tf.nn.seq2seq.model_with_buckets报错的原因是seq2seq从tf.nn中移除了,改为tf.contrib.legacy_seq2seq.model_with_buckets即可
tensorflow的用法:tf.nn.seq2seq.model_with_buckets报错
本文介绍了解决tf.nn.seq2seq.model_with_buckets报错的方法,指出该API已从tf.nn移除,建议使用tf.contrib.legacy_seq2seq.model_with_buckets替代。

被折叠的 条评论
为什么被折叠?



