Metadata-Version: 2.1
Name: mmlab-lightning
Version: 1.0.5
Summary: A wrapper for mmlab repos to use in project_template.
Home-page: https://github.com/shenmishajing/mmlab_lightning
Author: shenmishajing
Author-email: shenmishajing@gmail.com
License: MIT License
Project-URL: Code, https://github.com/shenmishajing/mmlab_lightning
Project-URL: Issue tracker, https://github.com/shenmishajing/mmlab_lightning/issues
Platform: all
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Natural Language :: Chinese (Simplified)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

## Introduction

A wrapper based on [lightning-template](https://github.com/shenmishajing/lightning_template) for mmlab repos to use in [project-template](https://github.com/shenmishajing/project_template)

## Feature

All features from [lightning-template](https://github.com/shenmishajing/lightning_template)

## Installation

See [installation docs](docs/installation/installation.md) for details.

## Usage

### CLI

See [tool docs](docs/tools/cli.md) for details.

### Models and Datasets

See [model doc](docs/core/model.md) and [dataset doc](docs/core/dataset.md) for details.
