may ohta

Results 44 comments of may ohta

more informative error message in v2.1.0: https://github.com/joeynmt/joeynmt/blob/32eef89e14355a9e21fb2671ed401ff3108f2c84/joeynmt/tokenizers.py#L64-L73 FYI @juliakreutzer

What could be a solution for it, do you think? Create something like "dummy" placeholder to fill the n best list??

For now, I filled the nbest list with the UNK token. This only works with the option `generate_unk: True` in the testing section of config, otherwise you will get empty...

thanks @juliakreutzer ! I fixed the points you suggested. please check https://github.com/joeynmt/joeynmt/pull/181/commits/9f1abaa06959f92e0d28c1fb4df31b4ef29c4a9b

@juliakreutzer Thank you for your approval. I merge this before coming any other changes. Please roll back if you find any problems.

Hi, Can you tell us which command you used to invoke the script? I suspect the system triggers a wrong python executable, maybe? What returns `which python`? We recommend creating...

I close this for now. See https://github.com/joeynmt/joeynmt/pull/181. Please reopen it if you still have the problem.

Hi @ShadowVicky, Thank you for reporting bugs! Could you please follow the issue template? https://github.com/joeynmt/joeynmt/blob/main/.github/ISSUE_TEMPLATE/bug_report.md I need a bit more context so that I can reproduce your error. --- **Describe...

I close this for now. See https://github.com/joeynmt/joeynmt/pull/181. Please reopen it if you still have the problem.

I think it's related to bucketing in the minibatch creation. (If not, correct me please.) Let me explain a bit historical background: We used to depend on "Bucket" sampler implemented...