seq2seq_keras icon indicating copy to clipboard operation
seq2seq_keras copied to clipboard

使用keras搭建seq2seq完成中英文翻译

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

``` : No training configuration found in save file: the model was *not* compiled. Compile it manually. warnings.warn('No training configuration found in save file: ' plsease input some English words:...

您好,最近我也在研究encoder-decoder模型做机器翻译。我看了您的代码,有几个地方我有疑问。 1. 如果我在定义train_model和inference_model的时候没有放在用一个函数下,在keras里面是不是就不能保证模型中的参数是共享的? 2.而且我想添加断点训练功能怎么办呢?因为train_model加载断点文件后,inference_model会直接受影响吗?