Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 496 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 496 Bytes

Compositional Concept Learning (CCE)

Install

Clone the git repository and run the following to setup the Python environment:

# create a new virtual environment
python -m venv .venv

pip install -r requirements.txt

Once the environment is setup, the necessary data for running the experiments from the paper can be downloaded by running bash download_datasets.sh.

Running experiments from the paper

To run all the experiments from the paper, run bash run_controlled.sh.