Lawrence Wu
Results
3
comments of
Lawrence Wu
+1 on this!
Ran into the same issue but was able to get the training job to run using pytorch `framework_version == 1.6.0` and updating the version of `transformers==3.5.0`. But when trying to...
Updating the requirements.txt to ``` tqdm requests==2.22.0 regex sacremoses sentencepiece==0.1.91 transformers==3.5.0 ``` and using the pytorch 1.5.0 image worked for me.