fixed bpe issue

This commit is contained in:
Nick
2019-09-18 23:10:42 -06:00
parent fbf645d318
commit 641722fb27
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from collections import Counter
from tensorflow.python import debug as tf_debug
from tensorflow.python.ops import math_ops
from tensorflow.python.ops import embedding_ops
import generator.ctrl.model.fastBPE as fastBPE
import fastBPE
pos_action_starts = ["You attack", "You tell", "You use", "You go"]
+1
View File
@@ -21,6 +21,7 @@ curl https://sdk.cloud.google.com | bash
exec -l $SHELL
gcloud init
export CUDA_VISIBLE_DEVICES=0
cd ..
# Download the 512-length model if specified, 256-length otherwise
#if [ "$1" = "512" ]