Valentin Liévin
Valentin Liévin
Hi @MichalMalyska, thank you for your reply! ideally we want to test using the same model. I there any computation that happens during loading we could cache? Or is the...
Hi @dakinggg, files are effectively cached, so it is simply about loading the UMLS index. @MichalMalyska, yes, this is approximately what I get (profiling output in the opening post). The...
Hi @MichalMalyska, I am only getting started with faiss, so unfortunately I don't know about aliasing in faiss. But if I get a definite answer in the near future, I'll...
My solution was to generate a custom hash, and use the hash as a `new_fingerprint` argument to the `map()` method to enable caching. This works, but is quite hacky. @lhoestq,...
Same error with: - `faiss-gpu==1.7.2` as well as `faiss-gpu==1.6.5` - `cudatoolkit==11.6.0` and `cudatookit==11.3.1` - Quadro RTX 5000 Trying to reinstall from scratch, upgrade or downgrade `faiss` did not solve this...
I could get it to work on MacOS Catalina 10.15.4 by installing pygame following [the official guide](https://www.pygame.org/wiki/MacCompile?parent=).
I am using python from my main virtualenv with: `python 3.7.4 (default, Aug 13 2019, 15:17:50) ` `pygame==1.9.5.dev0` `numpy==1.17.2` `sounddevice==0.3.15`
Thank you for the info! So, just to make sure we are aligned here: does that means 60% answering accuracy for the US, TW and MC datasets?
I am experiencing the same issue on a single node using `lightning` and a `transformers.BertModel` at the second epoch of lightning's "sanity checking": > assert param.ds_status == ZeroParamStatus.AVAILABLE, param.ds_summary() AssertionError:...
Hi @HeyangQin, my issue is definitely related with stage 3. I don't experience it using stage 2. I will try to isolate the bug in a small script next week.