Skip to content

Commit

Permalink
add model
Browse files Browse the repository at this point in the history
  • Loading branch information
orbxball committed May 26, 2017
1 parent be84cec commit e8c5427
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw5/hw5_best.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python3 best.py --train data/train_data.csv --test $1 --output $2
python3 best.py --train model/model_raw --test $1 --output $2
2 changes: 1 addition & 1 deletion hw5/hw5_rnn.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python3 glove_rnn.py --train data/train_data.csv --test $1 --output $2 --valid
python3 glove_rnn.py --train model/model_raw --test $1 --output $2 --valid
File renamed without changes.

0 comments on commit e8c5427

Please sign in to comment.