transformer在python3上训练报错
Created by: JiaXiao243
- python3环境下,paddle==1.5,在PaddleNLP/unarchived/neural_machine_translation/transformer目录下执行训练命令:python -u train.py --src_vocab_fpath wmt16_ende_data_bpe_clean/vocab_all.bpe.32000 --trg_vocab_fpath wmt16_ende_data_bpe_clean/vocab_all.bpe.32000 --train_file_pattern wmt16_ende_data_bpe_clean/train.tok.clean.bpe.32000.en-de,报错信息如下: 在python2.7上可以正常训练。
- 使用文档中安装文档链接失效