All tests have been run on a Ubuntu 18.04 LTS with Tesla P100 16GB. Language is Python 3.
For environment isolation miniconda-3 was the tool of choice. After downloading and installing conda it is advisable to use developers' environment, which is shared here
This project uses dotenv, so you need to have a local .env file in root directory with following properties to run run the code locally:
dataset='{path to dataset*}'
experiments_output='{path to experiment output folder (will be created automatically)}'
- Dataset is expected to be in pickle format, so if you're downloading it first from kaggle, please save it to pickle format first and then refer it in .env file.