Hash-Embeddings icon indicating copy to clipboard operation
Hash-Embeddings copied to clipboard

PyTorch implementation of Hash Embeddings (NIPS 2017). Submission to the NIPS Implementation Challenge.

Results 1 Hash-Embeddings issues
Sort by recently updated
recently updated
newest added

hi @YannDubs, maybe np.random.seed needs to be defined before HashFamily? Now the a, b, and module are random, we can't get the same result if we reload the model.