본문 바로가기

Machine Learning/Deep Running

Tensorflow 1.5 사용시 "Could not flatten dictionary: key Tensor("MultiRNNCellZeroState/BasicLSTMCellZeroState/zeros:0", shape=(int, int ), dtype=float32) is not unique" 오류 발생시

cell 선언시에  tf.nn.rnn_cell.BasicLSTMCell(rnn_size, state_is_tuple=True)에서  state_is_tuple=False로 고쳐줬을때 진행가능하다.