diff --git a/README.md b/README.md index 3a78edd..ef89d29 100644 --- a/README.md +++ b/README.md @@ -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= ``` diff --git a/preproc_files/incar/test.npy b/preproc_files/incar/test.npy index 74b0843..33ee5d6 100644 Binary files a/preproc_files/incar/test.npy and b/preproc_files/incar/test.npy differ diff --git a/preproc_files/incar/train.npy b/preproc_files/incar/train.npy index 82551fe..bd6bb3b 100644 Binary files a/preproc_files/incar/train.npy and b/preproc_files/incar/train.npy differ