amiralessigue

Results 2 comments of amiralessigue

try this : setattr(tf.contrib.rnn.GRUCell, '__deepcopy__', lambda self, _: self) setattr(tf.contrib.rnn.BasicLSTMCell, '__deepcopy__', lambda self, _: self) setattr(tf.contrib.rnn.MultiRNNCell, '__deepcopy__', lambda self, _: self) it worked for me

Hi, I am facing same problem with no matching shapes, have you found a solution for that ?