
to run our code for the submission
"Learning group importance using the differentiable hypergeometric distribution"
the following steps are required:

1. install the disentanglement_lib by following the steps explained on the website:
	https://github.com/google-research/disentanglement_lib	
2. install the hypergeometric distribution library:
	1. go to the base directory of the hypergeometric code
	2. run "pip install -e .[tf]" or "pip install -e .[tf_gpu]"
3. run again in the disentanglement_lib base directory
	"pip install .[tf]" or "pip install .[tf_gpu]"
4. run "bash reproduce_weakly.sh" to reproduce the results from our paper


