Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision Classification Competition Template

Overview

Reusable PyTorch template for image-based classification challenges. Supports:

  • Multi-seed training
  • Calibration (temperature + threshold)
  • Plug-and-play inference
  • CPU-safe deployment

Folder Structure

code/ → inference + model training/ → training & evaluation save/ → trained weights data/ → dataset

Training

python training/train.py

Evaluation

python training/evaluate.py

Inference

import inference
preds = inference.predict(batch)

Notes

  • code/inference.py follows automated evaluation contracts
  • No manual preprocessing required

About

Reusable end-to-end computer vision ML competition template with training, evaluation, ensembling, calibration, and plug-and-play inference.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages