Overview
July 12, 2023 ยท View on GitHub
This section introduces the following contents in terms of migration from MMEditing 0.x
New dependencies
MMagic 1.x depends on some new packages, you can prepare a new clean environment and install it again according to the install tutorial.
Overall structures
We refactor overall structures in MMagic 1.x as follows.
- The
corein the old versions of MMEdit is split intoengine,evaluation,structures, andvisualization - The
pipelinesofdatasetsin the old versions of MMEdit is refactored totransforms - The
modelsin MMagic 1.x is refactored to six parts:archs,base_models,data_preprocessors,editors,diffusion_schedulers, andlosses.
Other config settings
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.