- create virtualenv with python 3.6
- install requirements from requirements.txt
- download dataset and put it near
main.py
file
python main.py --config_path config.json
- Download checkpoint
python infer.py --checkpoint path/to/checkpoint.pt --config_path config.json --data_path path/to/data.csv
- result will be in submission.csv