Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 667 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 667 Bytes

About

This is a base template repository for my competitions at Kaggle. There are some directories, utils, and CI settings to use this repository at Kaggle Code Competition.

Structure

  • mykaggle: source files
  • tests: test files for sources
  • script: store some shell scripts
  • data: store data for competitions
  • ckpt: store model weights
  • log: not used now
  • kaggle_datasets_git: to upload this repository to kaggle datasets (using only in CI)
  • kaggle_datasets_ckpt: to upload some ckpt files to kaggle datasets

Acknowledgements