Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 665 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 665 Bytes

iNatSounds

[Paper] [Data] [Website] [Model Weights]

Sample Commands

Training

python3 main.py --model mobilenet \
    --spectrogram_dir <> \          # Root for saved spectrogram npy
    --json_dir <> \                 # Root for dataset jsons 
    --geo_model_weights <> \        # Weights released
    --mixup                         # Whether to use mixup or not

Model hyperparameters and more instructions coming soon!