uchiyama33 / OpenPack-Challenge-1st

The 1st place solution of OpenPack Challenge 2022
4 stars 0 forks source link

OpenPack-Challenge-1st

The 1st place solution of OpenPack Challenge 2022.

Main program

How to reproduce submission results

  1. $ optk-download -d ./data
  2. Run src/train.py 5 times with configs under configs/.
    • Change config_name in @hydra.main
  3. Run src/ensemble_mean.py to ensemble the models and obtain final prediction results.