SoftgearKo

Results 2 comments of SoftgearKo

I modified one line to fix the problem , then it works. ``` def test(args): model = NTMCopyModel(args, args.test_seq_length) saver = tf.train.Saver() # ckpt = tf.train.get_checkpoint_state(args.save_dir) ckpt = tf.train.get_checkpoint_state(args.save_dir +...

Yes. It works after I made that directory. Thank you.