-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_bash-Copy1.sh
More file actions
46 lines (21 loc) · 5.3 KB
/
run_bash-Copy1.sh
File metadata and controls
46 lines (21 loc) · 5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/usr/bin/env bash
#python model.py -domain e2e -network simple_seq2seq -mode train -cfg cuda=True cuda_device=2 beam_search=False epoch_num=100 remove_slot_value=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network controlled_CVAE -mode train -cfg cuda=True cuda_device=2 beam_search=False epoch_num=100 remove_slot_value=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network simple_CVAE -mode train -cfg cuda=True cuda_device=2 beam_search=False epoch_num=100 remove_slot_value=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain personage -network focused_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 epoch_num=100 remove_slot_value=True batch_size=128 value_codebook_vocab=True value_loss=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain personage -network focused_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 epoch_num=100 remove_slot_value=True batch_size=128 value_codebook_vocab=True value_loss=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network focused_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 epoch_num=100 remove_slot_value=False batch_size=128 value_codebook_vocab=True value_loss=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network focused_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 epoch_num=100 remove_slot_value=False batch_size=128 value_codebook_vocab=True value_loss=True python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
python model.py -domain e2e -network simple_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 commitment_cost=0.25 epoch_num=100 remove_slot_value=False value_loss=True batch_size=128 value_codebook_vocab=True python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network controlled_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 commitment_cost=0.25 epoch_num=100 remove_slot_value=False value_loss=True batch_size=128 value_codebook_vocab=True python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network focused_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 commitment_cost=0.25 epoch_num=100 remove_slot_value=False value_loss=True batch_size=128 value_codebook_vocab=True python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network controlled_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 commitment_cost=0.25 epoch_num=100 remove_slot_value=False value_loss=True batch_size=128 value_codebook_vocab=True python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network controlled_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=512 encoder_layer_num=3 commitment_cost=0.25 epoch_num=100 remove_slot_value=False value_loss=False batch_size=128 value_codebook_vocab=True python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network controlled_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=2046 encoder_layer_num=3 commitment_cost=0.95 epoch_num=1 remove_slot_value=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain e2e -network controlled_VQVAE -mode train -cfg cuda=True cuda_device=1 beam_search=False codebook_size=2046 encoder_layer_num=3 epoch_num=100 remove_slot_value=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain personage -network controlled_CVAE -mode eval -cfg cuda=True cuda_device=2 beam_search=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain personage -network simple_CVAE -mode eval -cfg cuda=True cuda_device=2 beam_search=False python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain personage -network simple_VQVAE -mode eval -cfg cuda=True cuda_device=2 beam_search=False codebook_size=512 encoder_layer_num=1 text_max_ts=62 python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain personage -network focused_VQVAE -mode predict -cfg cuda=True cuda_device=2 beam_search=False codebook_size=1024 encoder_layer_num=3 text_max_ts=62 python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain personage -network controlled_VQVAE -mode predict -cfg cuda=True cuda_device=2 beam_search=False codebook_size=1024 encoder_layer_num=3 text_max_ts=62 commitment_cost=0.95 python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'
#python model.py -domain personage -network simple_seq2seq -mode eval -cfg cuda=True cuda_device=2 beam_search=False emb_size=64 hidden_size=64 epoch_num=1 remove_slot_value=True glove_path='' python_path='/home/huxu/anaconda3/envs/p3-torch13/bin/python'