This section introduces the following contents in terms of migration from MMEditing 0.x
MMagic 1.x depends on some new packages, you can prepare a new clean environment and install it again according to the install tutorial.
We refactor overall structures in MMagic 1.x as follows.
- The
core
in the old versions of MMEdit is split intoengine
,evaluation
,structures
, andvisualization
- The
pipelines
ofdatasets
in the old versions of MMEdit is refactored totransforms
- The
models
in MMagic 1.x is refactored to six parts:archs
,base_models
,data_preprocessors
,editors
,diffusion_schedulers
, andlosses
.
We rename the config file to the new template: {model_settings}_{module_setting}_{training_setting}_{datasets_info}
.
More details of config are shown in config guides.