AI

Results 3 issues of AI

Thanks for you job! > File "/home/zhukangkang/dzy_temp/anaconda3/envs/tf2/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 1075, in save {self.saver_def.filename_tensor_name: checkpoint_file}) File "/home/zhukangkang/dzy_temp/anaconda3/envs/tf2/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 710, in run run_metadata_ptr) File "/home/zhukangkang/dzy_temp/anaconda3/envs/tf2/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 908, in _run feed_dict_string, options, run_metadata) File...

Thanks for you code and the design of Hypercell is amazing! I have a question about the initialization of the cell. `self.cell= supercell.HyperLSTMCell(num_units=args.state_size.....)` `output, self.last_state = tf.nn.dynamic_rnn(self.cell, self.X, initial_state=??? )`...