TingxunShi
TingxunShi
> Faced the same issue. It's solved in marian dev with [this](https://github.com/marian-nmt/marian-dev/commit/7d654603bf6abaa6a0e474f1bb7551cddfcb4c67) commit. Also compiling with -DCOMPILE_CPU=on avoids the issue. Thanks, it works!
Thank you for the clarification. I also trained a model and set the `model_type` to BPE. Despite it being slightly slower, the results now appear much more in line with...
> Can you try with `scholarly.use_proxy(pg, pg)` and see if that runs successfully? It reports that `scholarly._proxy_generator.MaxTriesExceededException: Cannot Fetch from Google Scholar.`. However it seems the proxy works. Modified code...
> Proxy working, with `success = True` means they are able to receive responses. However, Google Scholar might still identify that it is an automated request and block the request....
I have figured out the reason: I am behind a socks proxy but in `_proxy_generator.py` if proxy doesn't start with "http", it will add the prefix, so the configuration became...
> I meet the same error, have you solve it? Is this a problem with the torch version? I got the same error in PyTorch 1.12.1. After I updated to...