lrauch commited on
Commit
0ddc1a7
·
verified ·
1 Parent(s): 8199065

Update README.md

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