From 2b2196028f6938aa11ee92c93eeff524c23c021e Mon Sep 17 00:00:00 2001 From: lukasugar Date: Thu, 26 May 2022 19:23:23 +0200 Subject: [PATCH] Add missing output --- docs/feature_extraction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/feature_extraction.md b/docs/feature_extraction.md index 3d638d65..86a0e28e 100644 --- a/docs/feature_extraction.md +++ b/docs/feature_extraction.md @@ -90,6 +90,7 @@ print(f'Pooled shape: {o.shape}') ``` Output: ```text +Original shape: torch.Size([2, 1000]) Pooled shape: torch.Size([2, 1024]) ```