Update formatting [ci skip]

This commit is contained in:
Ines Montani 2020-09-10 11:07:09 +02:00
parent 0a8455a7fd
commit b7afd09d27
1 changed files with 2 additions and 1 deletions

View File

@ -327,8 +327,9 @@ model, and the output dimension will be
> can_resize = pipe.is_resizable()
> ```
>
> With custom resizing implemented by a component:
>
> ```python
> ### Custom resizing
> def custom_resize(model, new_nO):
> # adjust model
> return model