ChatRobot icon indicating copy to clipboard operation
ChatRobot copied to clipboard

keras+python3下的seq2seq+attention中文对话系统

Results 3 ChatRobot issues
Sort by recently updated
recently updated
newest added

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 得到错误: ![image](https://user-images.githubusercontent.com/34225874/47422757-fee0d500-d7b5-11e8-8553-06ac27600705.png)

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...