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" 오류 발생시

조잘거리지만 차분한 데이터쟁이 2020. 7. 17. 20:07

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