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 myConvTransformerAVECplusLSTMfor the submission.
- We used
- src/ensemble_mean.py
How to reproduce submission results
$ optk-download -d ./data- Run
src/train.py5 times with configs underconfigs/.- Change
config_namein@hydra.main
- Change
- Run
src/ensemble_mean.pyto ensemble the models and obtain final prediction results.