Skip to content

fszatkowski/ood-knowledge-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOD Knowledge Distillation

Setup

  • Install the requirements from requirements.txt
  • Setup .envfile for your project as in .env.example

Running experiments

  • Training and distillation experiments can be run through src/main.py, passing the experiment config from configsdirectory, e. g.:
python src/main.py --cfg_path configs/train/... 
  • To override the config arguments from commandline, use hydra syntax:
python src/main.py --cfg_path configs/train/... seed=52 maxepochs=10 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published