Python 3.7
pip install -r requirements/runtime.txt
# For development
pip install -r requirements/dev.txt
pip install "git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI"
- for development
pip install pre-commit
pre-commit install
- Fix the version of
fvcore
to0.1.2.post20210128
- Support multiple inheritance of config
- Epoch-based trainer
python examples/train_cifar10.py -cfg configs/custom/classification/lenet/epoch_trainer.yaml
- Iteration-based trainer
python examples/train_cifar10.py -cfg configs/custom/classification/lenet/iter_trainer.yaml
- Check the step-by-step tutorial in the docs.