Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 591 Bytes

Dependencies

To install the required dependencies run:

pip install -r requirements.txt

Datasets

To download and prepare the datasets for the vision experiments, please follow the instructions in this issue.

At this point you should be able to run the provided code.

Running The Experiments

Please refer to the args.py file in both vision/ and nlp/ folders for the full list of command line arguments available. You can find in the launch_scripts/ folder an example script used to run the experiments.