Skip to content

Commit

Permalink
Add message
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxupku committed Jun 4, 2018
1 parent 26baeb4 commit be705a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CUDA_VISIBLE_DEVICES=2 nohup python run_summarization.py --mode='test' --data_path=train/* --vocab_path=vocab.txt --log_root=log --exp_name=myexperiment --gpuid=0
3 changes: 3 additions & 0 deletions run_train.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CUDA_VISIBLE_DEVICES=2 nohup python run_summarization.py --mode='train-classifier' --data_path=train/* --vocab_path=vocab.txt --log_root=log --exp_name=myexperiment --gpuid=0
CUDA_VISIBLE_DEVICES=2 nohup python run_summarization.py --mode='train-sentimentor' --data_path=train/* --vocab_path=vocab.txt --log_root=log --exp_name=myexperiment --gpuid=0
CUDA_VISIBLE_DEVICES=2 nohup python run_summarization.py --mode='train-generator' --data_path=train/* --vocab_path=vocab.txt --log_root=log --exp_name=myexperiment --gpuid=0

0 comments on commit be705a1

Please sign in to comment.