Skip to content

Commit

Permalink
Script to train base model on full dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
manolotis committed Nov 18, 2022
1 parent 26a84d3 commit ba32980
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions code/bash/rdlm_train_full.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
MODEL_NAME=xception71
python /home/manolotis/sandbox/robustness_benchmark/motionCNN/train.py \
--train-data "/home/manolotis/datasets/waymo/motion v1.0/prerender/motionCNN/training/" \
--dev-data "/home/manolotis/datasets/waymo/motion v1.0/prerender/motionCNN/validation/" \
--save /home/manolotis/sandbox/robustness_benchmark/motionCNN/trained_models/${MODEL_NAME} \
--model ${MODEL_NAME} \
--img-res 224 \
--in-channels 25 \
--time-limit 80 \
--n-traj 6 \
--lr 0.001 \
--batch-size 128 \
--n-epochs 1000 \
--n-jobs 48 \
--n-shards 16

0 comments on commit ba32980

Please sign in to comment.