From b7afd09d272e5e9c43bd3bad9d3b448a0c853126 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 10 Sep 2020 11:07:09 +0200 Subject: [PATCH] Update formatting [ci skip] --- website/docs/api/pipe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/api/pipe.md b/website/docs/api/pipe.md index be1279553..66b274fcf 100644 --- a/website/docs/api/pipe.md +++ b/website/docs/api/pipe.md @@ -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