問題タブ [allennlp]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
631 参照

python - KeyError: 'predictions' SimpleSeq2SeqPredictor を使用して文字列を予測する場合

まず、GitHub リポジトリで同様の質問を検索してください。同様の例が見つからない場合は、次のテンプレートを使用できます。

システム (以下の情報を入力してください): - OS: Ubunti 18.04 - Python バージョン: 3.6.7 - AllenNLP バージョン: v0.8.3 - PyTorch バージョン: 1.1.0

質問 SimpleSeq2SeqPredictor を使用して文字列を予測しようとすると、常に

私は翻訳システムをやろうとしていますが、私は初心者です。ほとんどのコードは https://github.com/mhagiwara/realworldnlp/blob/master/examples/mt/mt.py http://www.realworldnlpbook.comから来ています。 /blog/building-seq2seq-machine-translation-models-using-allennlp.html

これは私のトレーニングコードです

これは私の予測コードです

私は何か間違っていますか?