repeat copy looking good

This commit is contained in:
Sam Greydanus 2017-02-21 17:18:13 -05:00
parent 491bdd5485
commit 96f62bbc6e
12 changed files with 128 additions and 170 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -28,5 +28,8 @@ class NNController(Controller):
h2 = tf.nn.elu(z2)
return h2, state
def update_state(self, update):
return tf.group(tf.zeros(1), tf.zeros(1))
def get_state(self):
return LSTMStateTuple(tf.zeros(1), tf.zeros(1))

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
model_checkpoint_path: "model.ckpt-1000"
all_model_checkpoint_paths: "model.ckpt-1000"
model_checkpoint_path: "model.ckpt-7000"
all_model_checkpoint_paths: "model.ckpt-7000"

Binary file not shown.