Nikolay Arefyev
Nikolay Arefyev
Recently I have managed to make it work on GPU. Though it was not easy... Basically, you shall install DyNet with GPU support. Then run your script with --dynet-gpu option...
The problem seems to be related to the hash function used by CSetSketch.addh(). Hashing strings separately and adding hashes helps to solve the problem. ``` %%timeit import os import sketch...
Thanks a lot for your recommendations. I will use CSetSketch because currently it seems to me that the space is not an issue, but precision is important. I'm still wondering...