Skip to content

2. Basic Concepts

WRH edited this page Apr 21, 2022 · 3 revisions

Working with MMEditing is different from writing raw pytorch codes. Understanding the following concepts and their relation to PyTorch codes do a lot of help to better utilization of MMEditing.

This doc is ported from MMCV and has covered most of the key concepts.

Config Files

Builder

Model

Data

Data Pipelines

Optimizer

Runtime

Checkpoint Files

Clone this wiki locally