Skip to content

Commit

Permalink
Added downstream training bash file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianloef committed Sep 1, 2023
1 parent 0f9e3c8 commit bb66956
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions downstream_training.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
set -xe
python -m src.train_head --name $1 --epochs 50 \
--dataset nsynth_instrument --accelerator gpu --devices 1 --num_workers 32 --strategy auto \
--precision 32 --lr 0.3 --weight_decay 0.0001
python -m src.train_head --name $1 --epochs 50 \
--dataset nsynth_pitch --accelerator gpu --devices 1 --num_workers 32 --strategy auto \
--precision 32 --lr 0.03 --weight_decay 0.0001
python -m src.train_head --name $1 --epochs 100 \
--dataset mtat --accelerator gpu --devices 1 --num_workers 32 --strategy auto \
--precision 32 --lr 0.8 --weight_decay 0.0001

0 comments on commit bb66956

Please sign in to comment.