lrauch commited on
Commit
83339c7
·
verified ·
1 Parent(s): 572273d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ ConvNeXT is a pure convolutional model (ConvNet), inspired by the design of Visi
13
 
14
  ## How to use
15
  The BirdSet data needs a custom processor that is available in the BirdSet repository. The model does not have a processor available.
16
- The model accepts a mono image (spectrogram) as input (e.g., `torch.Size([16, 1, 128, 513])`)
17
 
18
  - The model is trained on 5-second clips of bird vocalizations.
19
  - num_channels: 1
 
13
 
14
  ## How to use
15
  The BirdSet data needs a custom processor that is available in the BirdSet repository. The model does not have a processor available.
16
+ The model accepts a mono image (spectrogram) as input (e.g., `torch.Size([16, 1, 128, 343])`)
17
 
18
  - The model is trained on 5-second clips of bird vocalizations.
19
  - num_channels: 1