We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The arch is similar to pytorch-lighting.
ToyNet and ToyDataset are needed for development.
Registry modules: [ref] mmcv
Logger
Config: [ref] fvcore
yacs
Loss
LR Schedular
Optimizer
Loader for model weights
Network
Tensorboard
Dataloader / Dataset
Resume checkpoints
Integrate with MLFlow
MLFlow
Utility functions
Distributed Training for GPU
lr_finder
Visualizer
Evaluation for test set
Demo Script
Support ONNX
Testing
pytest
Environment
.gitmessage
docker
pipenv
Documentation
The text was updated successfully, but these errors were encountered:
Registry module: mmcv/mmcv/utils/registry.py
runner: mmcv/mmcv/runner/
hook: mmcv/mmcv/runner/hooks/
logger: mmcv/mmcv/runner/hooks/logger/
Directory Structure
Sorry, something went wrong.
mousyball
No branches or pull requests
Intro.
The arch is similar to pytorch-lighting.
Arch
Components
Registry modules: [ref] mmcv
Logger
Config: [ref] fvcore
yacs
to construct the config with inheritance.Loss
LR Schedular
Optimizer
Loader for model weights
Network
Tensorboard
Dataloader / Dataset
Features
Resume checkpoints
Integrate with
MLFlow
Utility functions
Distributed Training for GPU
lr_finder
Visualizer
Evaluation for test set
Demo Script
Support ONNX
Others
Testing
pytest
Environment
.gitmessage
docker
pipenv
Documentation
The text was updated successfully, but these errors were encountered: