Created
July 16, 2015 09:05
-
-
Save zomux/732f3c74a43b73efdbbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CUDA_LAUNCH_BLOCKING=1 python ./trails/lstm_encdec/train.py /home/ubuntu/data/pickles/remt1.v80k_40k.unkpos.b80.trun40.rev.pack --valid /home/ubuntu/data/pickles/remt1.v80k_40k.unkpos.b80.trun40.rev.valid.pack --source_size 80000 --target_size 40001 --hidden_size 1536 --approx --word_embed 1000 --arch one_layer_search --encoder_mask --save /home/ubuntu/data/models/irnn_sch_1lay_v80k40k_1536h_trun40_emb_msk_pred_adadelta.gz --optimizer adadelta --lr 0.01 --train_size 12500 --predict |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment