[TensorFlow 填坑之旅]不断更新中...

707 阅读1分钟
  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