ChatRobot
ChatRobot copied to clipboard
keras+python3下的seq2seq+attention中文对话系统
Hi, I am wonder that how to initialize the state of the encoder and decoder. I tried both encoder_states and [a1, b1] to initialize the state of the decoder_lstm2 but...
我运行命令: python data_process.py 得到错误: 
There is something looks strange... 0.0 In what i download, engine.py 's 837 and 842 is ``` def _get_optional_input_placeholder(self, name=None, num=1): if name: if name not in self._optional_input_placeholders: if num...