/subsets

Code for Reparameterizable Subset Sampling via Continuous Relaxations, IJCAI 2019.

Primary LanguagePython

Reparameterizable Subset Sampling via Continuous Relaxations

To setup, please create a new Python virtualenv with Python 3.6, activate it, navigate to this directory (containing setup.py) and run pip install -e .

To run the experiments, navigate to the experiments/ folder and run the corresponding scripts.

If you find this code useful, please cite

@article{xie2019subsets,
  author    = {Sang Michael Xie and
               Stefano Ermon},
  title     = {Reparameterizable Subset Sampling via Continuous Relaxations},
  journal   = {International Joint Conference on Artificial Intelligence (IJCAI)},
  year      = {2019}
}