We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try finetune on my data output error
python3 main_finetune_as.py --model $model --dataset $dataset --data_train $audioset_train_all_json --data_eval $audioset_eval_json --label_csv $audioset_label --finetune $ckpt --blr $blr --epochs 30 --warmup_epochs 2 --first_eval_ep 2 --dist_eval --batch_size 8 --roll_mag_aug True --nb_classes 9 \
The text was updated successfully, but these errors were encountered:
OMP_NUM_THREADS=1 python3 -m torch.distributed.launch --nproc_per_node=2 --use_env main_finetune_as.py \
Sorry, something went wrong.
No branches or pull requests
I try finetune on my data output error
python3 main_finetune_as.py
--model $model
--dataset $dataset
--data_train $audioset_train_all_json
--data_eval $audioset_eval_json
--label_csv $audioset_label
--finetune $ckpt
--blr $blr
--epochs 30
--warmup_epochs 2
--first_eval_ep 2
--dist_eval
--batch_size 8
--roll_mag_aug True
--nb_classes 9 \
The text was updated successfully, but these errors were encountered: