| ckpt_path="experiments/ClearSep_audioset_32k/checkpoints/epoch=100-step=868000-val_loss=10.33.ckpt" | |
| python eval.py \ | |
| ./experiments/ClearSep_audioset_32k \ | |
| --sample_rate 32000 \ | |
| --ckpt_path $ckpt_path \ | |
| --eval_csv metadata/evaluation/audiocaps_label_eval.csv \ | |
| --input_dir /home/wangtianhao/data/sound/audiocaps/dataset/audios_32k/test \ | |
| --use_cuda \ | |
| --gpu_ids 0 | |