JoeyNMT v1 procedure is no more compatible with JoeyNMT v2
See original GitHub issueHi @Nibedita-Roy ,
BOS_ID
was introduced in joeynmt v2.
I guess there is a version mismatch. Have you updated the joey recently but keep using an old model, maybe?
Please check the version number.
We need a bit more context to reproduce your error. Which command did you use, when you’ve seen that error message above?
_Originally posted by @may- in https://github.com/joeynmt/joeynmt/issues/68#issuecomment-1237982588_
Issue Analytics
- State:
- Created a year ago
- Comments:12
Top Results From Across the Web
joeynmt/joeynmt: Minimalist NMT for educational purposes
Learning curve plotting; Scoring hypotheses and references. Installation. Joey NMT is built on PyTorch. Please make sure you have a compatible environment.
Read more >Tutorial — Joey NMT 1.2 documentation - Read the Docs
Tutorial¶. In this tutorial you learn to build a recurrent neural translation system for a toy translation task, how to train, tune and...
Read more >Joey NMT: A Minimalist NMT Toolkit for ... - ACL Anthology
We present Joey NMT, a minimalist neural machine translation toolkit based on PyTorch that is specifically designed for novices. Joey.
Read more >Joey NMT: A Minimalist NMT Toolkit ... - Heidelberg University
We present Joey NMT, a minimalist neural machine translation toolkit based on PyTorch that is specifically designed for novices. Joey.
Read more >arXiv:2210.02545v1 [cs.CL] 5 Oct 2022
JoeyS2T is a JoeyNMT (Kreutzer et al.,. 2019) extension for speech-to-text tasks such as automatic speech recognition and end-.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@may- Thank you it works. I modified the mistakes
Hi @joeynmt Thank you. the code is worked… No error detected.