[TensorFlow 填坑之旅]不断更新中... 小宋是呢 2021-08-25 707 阅读1分钟 module ‘tensorflow._api.v1.nn’ has no attribute ‘seq2seq’ 解决方法: tf.nn.seq2seq.sequence_loss_by_example 改为 tf.contrib.legacy_seq2seq.sequence_loss_by_example