Home

Awesome

How to config

The config file includes data path, optimizer, scheduler, etc, ...

In each configure file:

Note:

You do not need to change: train_csv and valid_csv because they are overrided by running bash file bellow.

Preprocessing

The following data is used for different models.

How to run

where:

Output:

The best checkpoint is saved at: ${LOGDIR}/${log_name}/checkpoints/best.pth.

How to test

python src/inference.py

Check function predict_test_tta_ckp for more information, you may want to change the path, the name of model and the output path. For 3d setting, normalization=False, otherwise normalization=True

Ensemble KFOLD

In src/ensemble.py, you should change the prediction path of each fold of model and the name of output ensemble.

python src/ensemble.py