Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rashad101 committed Jul 8, 2019
1 parent cdf408d commit 7e3c1b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ python -u ./train_kg_copy.py --batch_size 64 --hidden_size 512 --teacher_forcing
python train_mem2seq_soccer.py -lr=0.001 -layer=1 -hdd=128 -dr=0.2 -dec=Mem2Seq -bsz=8 -ds=kvr -t=
```
```
python train_vanilla_soccer.py -lr=0.01 -layer=1 -hdd=16 -dr=0.2 -dec=VanillaSeqToSeq -bsz=8 -ds=kvr -t=
python train_vanilla_soccer.py -lr=0.001 -layer=1 -hdd=128 -dr=0.2 -dec=VanillaSeqToSeq -bsz=8 -ds=kvr -t=
```


Expand Down
Binary file modified preproc_files/incar/test.npy
Binary file not shown.
Binary file modified preproc_files/incar/train.npy
Binary file not shown.

0 comments on commit 7e3c1b1

Please sign in to comment.