From 73bbc33a2e7f1c1fd41c462edbefbe67c614e2ab Mon Sep 17 00:00:00 2001 From: Bo Date: Wed, 20 Oct 2021 07:59:26 -0500 Subject: [PATCH] Update train_model_from_scratch.sh --- example/train_model_from_scratch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/train_model_from_scratch.sh b/example/train_model_from_scratch.sh index b76a66e..c98f32a 100644 --- a/example/train_model_from_scratch.sh +++ b/example/train_model_from_scratch.sh @@ -1,5 +1,5 @@ ## training -python ../autort.py train -e 100 -b 64 -g ../models/base_model/model.json -u m -p 1 -i data/PXD006109_Cerebellum_rt_add_mox_all_rt_range_3_train.tsv -sm min_max -l 48 -rlr -n 20 -o PXD006109_models/ +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/ ## 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