Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anuprulez committed May 24, 2023
1 parent 8e7886d commit bef2ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

python scripts/main.py -wf data/aug_22/wf-subset.csv -tu data/aug_22/tool_popularity_Aug_22.csv -om data/aug_22/tool_recommendation_model.hdf5 -cd '2017-12-31' -pl 25 -ti 200 -nhd 6 -ed 128 -fd 128 -dt 0.5 -lr 0.001 -ts 0.2 -trbs 512 -tebs 512 -trlg 10 -telg 5 -ud true --model_type dnn
python scripts/main.py -wf data/aug_22/wf-subset.csv -tu data/aug_22/tool_popularity_Aug_22.csv -om data/aug_22/tool_recommendation_model.hdf5 -cd '2017-12-31' -pl 25 -ti 30 -nhd 4 -ed 128 -fd 128 -dt 0.5 -lr 0.001 -ts 0.2 -trbs 512 -tebs 512 -trlg 10 -telg 10 -ud true --model_type rnn --restart_step 0

0 comments on commit bef2ed6

Please sign in to comment.