mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Merge pull request #1277 from lukasugar/patch-1
Add missing output in Feature extraction docs
This commit is contained in:
commit
99af63ca92
@ -90,6 +90,7 @@ print(f'Pooled shape: {o.shape}')
|
|||||||
```
|
```
|
||||||
Output:
|
Output:
|
||||||
```text
|
```text
|
||||||
|
Original shape: torch.Size([2, 1000])
|
||||||
Pooled shape: torch.Size([2, 1024])
|
Pooled shape: torch.Size([2, 1024])
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user