pyenv install 3.7.8
pyenv local 3.7.8
python -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install poetry
python -m poetry install
python train.py model={{MODEL}} dataset={{DATASET}} loggers={{LOGGERS}} log={{LOG}} notes={{NOTES}} name={{NAME}} jit={{JIT}}LOGGERSstr: Configuration file to log to Wandb, currently using mine asthomas-chatonLOGbool: Wheter to log training to wandbNOTESstr: A note associated to the trainingNAMEstr: Training name appearing on Wandb.LOGbool: Wheter to make model jittable.
python train.py task=categorical_classification model=simple_mlp dataset=mnist loggers=thomas-chaton log=Falsepython train.py task=categorical_classification model=simple_mlp dataset=mnist loggers=thomas-chaton log=False notes="My Simple MLP with Adam" notes="My Simple MLP with Adam" name="My Simple MLP with Adam" jit=FalseRegister your project on codecov
Set your secret key in settings with CODECOV_TOKEN