marian-nmt / marian-examples

Examples, tutorials and use cases for Marian, including our WMT-2017/18 baselines.
Other
78 stars 34 forks source link

File 'data/corpus.bpe.en' is empty #21

Closed Sarah-Callies closed 3 years ago

Sarah-Callies commented 3 years ago

Error: File 'data/corpus.bpe.en' is empty Error: Aborted from marian::data::CorpusBase::CorpusBase(marian::Ptr, bool) in /120Tdata/yandaowei/marian/src/data/corpus_base.cpp:348

snukky commented 3 years ago

Hi, which example was it? Was there any error in downloading data or from subword-nmt?

Sarah-Callies commented 3 years ago

I tried two examples,both the basic and transformer are the same error

发自我的手机

在 2021年3月26日,21:10,Roman Grundkiewicz @.***> 写道:

 Hi, which example was it? Was there any error in downloading data or from subword-nmt?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

snukky commented 3 years ago

I just run both scripts and the subword segmented corpus files were created properly, and the training started without any errors. Maybe online resources were not available when you have tried to run the scripts, or double check if you can run subword-nmt. Maybe some dependencies are missing, but I doubt so. Please feel free to re-open if the issue still exists providing more information.