All Projects → PavelOstyakov → Pipeline

PavelOstyakov / Pipeline

Licence: mit

Programming Languages

python
139335 projects - #7 most used programming language

Pipeline

How to run training

First of all, create a config. You may find some examples of configs in folders mnist_pipeline, cifar_pipeline and imagenet_pipeline. Then, call:

python3 bin/train.py path_to_config

For example, for reproducing results from Fixup paper just call:

python3 bin/train.py cifar_pipeline/configs/resnet110_fixup.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].