Skip to content

Commit

Permalink
Update train_model_from_scratch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbostar authored Nov 2, 2021
1 parent ae1cba9 commit ba14a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/train_model_from_scratch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## training
python ../autort.py train -e 100 -b 64 -g ../models/base_model/model.json -u m -i data/PXD006109_Cerebellum_rt_add_mox_all_rt_range_3_train.tsv -sm min_max -rlr -n 20 -o PXD006109_models/
python ../autort.py train -e 100 -b 64 -m ../models/base_model/model.json -u m -i data/PXD006109_Cerebellum_rt_add_mox_all_rt_range_3_train.tsv -sm min_max -rlr -n 20 -o PXD006109_models/

## prediction
python ../autort.py predict -t data/PXD006109_Cerebellum_rt_add_mox_all_rt_range_3_test.tsv -s PXD006109_models/model.json -o PXD006109_prediction/ -p test
Expand Down

0 comments on commit ba14a08

Please sign in to comment.