adorableChowhound / nmt

GNMT模型训练中日韩翻译
Apache License 2.0
8 stars 0 forks source link

raise ValueError("vocab_file '%s' does not exist." % vocab_file) ValueError: vocab_file '../jp_zh_data1/vocab.jp' does not exist.where is vocab.jp? #1

Open zahsmy opened 1 year ago

adorableChowhound commented 1 year ago

Use the training set in your own dataset to generate a vocabulary dictionary. For details, please refer to the deal(lang) function in https://github.com/adorableChowhound/nmt/blob/master/data/data_processing/jp_zh.py