Update README.md
Browse files
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
|