OpenPack-Challenge-1st

January 17, 2023 ยท View on GitHub

The 1st place solution of OpenPack Challenge 2022.

Main program

  • src/train.py
  • src/utils/model.py
    • We used class myConvTransformerAVECplusLSTM for the submission.
  • src/ensemble_mean.py

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.