Iza
Iza
I've installed the correct versions of packages. For future users: - torch 0.4.1 for CUDA 10 (within a conda env) - pyaml, matplotlib, progressbar, progressbar2 (all with pip)
> @wangyong1122 in principle, you could try avoid the IP-based throttling of statmt.org by using a multiple machines with different IP addresses at the same time. Does this give the...
BackTranslation==0.2.2 I updated to googletrans googletrans==3.1.0a0. Here's my code, but a different error is raised now. ``` def translate(src="en", tgt="fr", list_of_strings): translator = BackTranslator() for s in list_of_strings: result =...