Skip to content

Commit 99af63c

Browse files
authored
Merge pull request #1277 from lukasugar/patch-1
Add missing output in Feature extraction docs
2 parents 45c447f + 2b21960 commit 99af63c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/feature_extraction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ print(f'Pooled shape: {o.shape}')
9090
```
9191
Output:
9292
```text
93+
Original shape: torch.Size([2, 1000])
9394
Pooled shape: torch.Size([2, 1024])
9495
```
9596

0 commit comments

Comments
 (0)