You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor & add some negative sampling strategies (#81)
Support different negative sampling strategies, including `inbatch`, `uniform`, `frequency`, `adaptive`.
1. add `deepmatch.utils.NegativeSampler`
2. remove `deepmatch.layers.core.NegativeSampler`
3. add `temperature`,`sampler_config`,`loss_type` for models
4. add some google colab scripts