HEmile / storchastic

Stochastic Automatic Differentiation library for PyTorch.
GNU General Public License v3.0
178 stars 5 forks source link

Unordered set estimator #65

Closed HEmile closed 4 years ago

HEmile commented 4 years ago

Implemented the unordered set estimator, including the built-in baseline, from https://openreview.net/forum?id=rklEj2EFvB. It uses the recently implemented stochastic beam search to sample.

This closes #25.