Closed digital-scrappy closed 3 years ago
Can you remove the cuda_device = 1 argument and try again?
Hi, sorry, I had forgotten cuda_device = 1 in there from trouble shooting, removing it did not help. But I realized that silly me had forgotten to switch the notebook type to gpu, that seemed to have caused the error. Sorry for bothering and thanks for you help!!
Hi, I am currently taking my first steps with TransQuest and ultimately I want to experiment on training QE models using Multi-objective hyper-parameter optimization.
TLDR.:(I get a warning about too many DataLoader workers but could not find a parameter or documentation on reducing them.)
I tried training the MonoTransQuest architecture as specified in the documentation, in a google colab instance. I get the following warning:
and the training ultimately fails with:
Here you can see the code I used for training (all the files referenced are unchanged from this git repo):