Add missing output

pull/1277/head
lukasugar 2 years ago committed by GitHub
parent e4360e6125
commit 2b2196028f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,6 +90,7 @@ print(f'Pooled shape: {o.shape}')
```
Output:
```text
Original shape: torch.Size([2, 1000])
Pooled shape: torch.Size([2, 1024])
```

Loading…
Cancel
Save