Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ This repository contains a CvT-13 [Convolutional Vision Transformer](https://arx
|
|
5 |
## Files
|
6 |
|
7 |
- `cvt.py`: Defines the CvT-13 model architecture.
|
8 |
-
- `
|
9 |
- `config/`: Configuration files for CvT-13 setup.
|
10 |
- `mel_spectrogram.py`: Contains the `MelSpectrogramProcessor` class, which converts audio waveforms into Mel spectrograms, a format suitable for model input.
|
11 |
|
|
|
5 |
## Files
|
6 |
|
7 |
- `cvt.py`: Defines the CvT-13 model architecture.
|
8 |
+
- `protoclr.pth`: Pre-trained model weights for ProtoCLR.
|
9 |
- `config/`: Configuration files for CvT-13 setup.
|
10 |
- `mel_spectrogram.py`: Contains the `MelSpectrogramProcessor` class, which converts audio waveforms into Mel spectrograms, a format suitable for model input.
|
11 |
|