Baseline code copied from https://www.kaggle.com/pasewark/pytorch-resnet-lstm-with-attention.
- Download the dataset into the
input
folder.
input/
- train/
- 0/
- ...
- test/
- 0/
- ...
- Set up the environment.
conda env create -f environment.yml
conda activate venv
-
Change the training configs in
config.yaml
. -
Start training.
python train.py