Erick Fonseca
Erick Fonseca
Oh... I hadn't realized `tensor.bool()` wasn't available in previous versions of pytorch. By the way, the project requirements don't say anything about pytorch version, this is only set in the...
This happens when using a corpus with a small size. The preprocessing script separates sentences in bins of length 10-20, 20-30, 30-40, etc. If any of these are empty, this...
I've seen the same error occurring when you open a pickle file and try to load the same data from it more than once.
@SamMohel that happens if you open a file, call `pickle.load` (so the contents are loaded) and then call it again. Pickle has reached the end of the file and there's...
I was wondering if there was a German-Slovak model.
Thanks, that would be great! I'm not an expert on these languages but I believe this combination makes sense.
Thanks! How can I create a huggingface transformers configuration from the checkpoint? Is it by the way much less efficient than using Marian directly?
I never found this problem, and I have tried the code with different datasets. Are you sure you provided the correct sentence sizes? If you're sure this happens, could you...
I can't say for sure if the GPU ran out of memory. I've only run this code on GPUs with 10+ GB, so it's possible. Can you try running it...