repeat copy looking good
This commit is contained in:
parent
491bdd5485
commit
96f62bbc6e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -28,5 +28,8 @@ class NNController(Controller):
|
|||||||
h2 = tf.nn.elu(z2)
|
h2 = tf.nn.elu(z2)
|
||||||
return h2, state
|
return h2, state
|
||||||
|
|
||||||
|
def update_state(self, update):
|
||||||
|
return tf.group(tf.zeros(1), tf.zeros(1))
|
||||||
|
|
||||||
def get_state(self):
|
def get_state(self):
|
||||||
return LSTMStateTuple(tf.zeros(1), tf.zeros(1))
|
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
@ -1,2 +1,2 @@
|
|||||||
model_checkpoint_path: "model.ckpt-1000"
|
model_checkpoint_path: "model.ckpt-7000"
|
||||||
all_model_checkpoint_paths: "model.ckpt-1000"
|
all_model_checkpoint_paths: "model.ckpt-7000"
|
||||||
|
Binary file not shown.
Binary file not shown.
BIN
repeat-copy/rnn_models/model.ckpt-7000.data-00000-of-00001
Normal file
BIN
repeat-copy/rnn_models/model.ckpt-7000.data-00000-of-00001
Normal file
Binary file not shown.
BIN
repeat-copy/rnn_models/model.ckpt-7000.index
Normal file
BIN
repeat-copy/rnn_models/model.ckpt-7000.index
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user