You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2025. It is now read-only.
Hi,
I tried the midi_cls/train_test.py on environment below:
pytorch == 1.8.0
python == 3.8.5
CUDA ==10.1
I trained the models with A/V/AV best hyperparameters that provided in best weights folder.
But got different results from the json file provided in best weight file.
Hi,
I tried the midi_cls/train_test.py on environment below:
pytorch == 1.8.0
python == 3.8.5
CUDA ==10.1
I trained the models with A/V/AV best hyperparameters that provided in best weights folder.
But got different results from the json file provided in best weight file.
Below is the hyperparams and results log produced by original train_test.py code. (I transformed them to .txt for uploading.)
arva_hparams.txt
arva_results_last.txt
av_hparams.txt
av_results_last.txt
I'm really confused about the reason, is there any way to make sure what's going wrong?
thanks.