To install the environment:
- 'conda init bash'
- 'cd env_setup'
- 'bash -i install_env.sh'
- 'conda activate ilan'
To train a model
- Export the expriment configuration with the `export_experiment_args.ipynb' notebook in '/notebooks' to 'exp_path'
- run './run_train exp_path'
To evaluate a model
- Export the evaluation configuration with the `export_experiment_args.ipynb' notebook in '/notebooks' to 'eval_path'
- run 'python eval.py --eval_config eval_path'
To create and save a dataset
- Use the 'data-processing.ipynb' notebook in '/notebooks'