2nd solution to HMS - Harmful Brain Activity Classification
Unzip the hms data to ../hms-harmful-brain-activity-classification
Produce new train.csv by
python reconstructed_target.py
The code import pytorch model define lib from lib.core.base_trainer.model, please modify the model in lib.core.base_trainer.model.py
python train.py
config.TRAIN.stage=2
config.TRAIN.epoch = 5
config.TRAIN.init_lr=0.0001
python avg_checkpoint.py
It will produce avg_fold0.pth .....avg_fold9.pth, idon't know how much it help to use a checkpoints average here.
python train.py