Vilém Zouhar
Vilém Zouhar
Hi, I'm facing the same issue. It fills ` 9970MiB / 11264MiB` (examined by nvidia-smi) just after importing it. On two computers I have `evaluate=0.2.2` and this issue arises on...
Indeed, looks like there was some mismatch with `hdf5` (or some other libraries?). Once I loaded the version `1.10.1`, I suddenly didn't get a full GPU. I don't have any...
Furthermore it also requires `gcc > 8.2.0`. It semi-failed on `8.2.0` but worked on `9.3.0` for me. When it "fails" then it falls back to `setup.py`.
Same thing happens when I try to load it locally: ```python3 from fairseq.models.fconv import FConvModel model = FConvModel.from_pretrained( "/home/vilda/Downloads/wmt14.en-de.fconv-py/", checkpoint_file="model.pt", bpe="subword_nmt", bpe_codes="bpecodes" ) ``` Output: ``` 2022-08-31 14:01:24 | INFO...
Most of the work on this is probably figuring out the best API within this package. In the meanwhile, I've been using this little function to get the `paper/search` functionality:...
Simply changing the edition to `2021` does not seem to cause any troubles (apart from #677).
> May I ask where is the file is so I can try to circumvent this issue. Many thinks in advance. @kwccoin If you're like me and don't know where...
My collague Martin Popel is the first author of [an article in Nature Communication](https://www.nature.com/articles/s41467-020-18073-9.pdf) which shows some aspects of human parity. It's English-Czech but maybe a good starting point for...
@cefoo How big was the file? I think this is the standard GitHub file size restriction (there is a workaround with git-lfs). I think having such large files is against...
@cefoo @bittlingmayer Any updates on this?