Replies: 6 comments 1 reply
-
|
Hi, here is a comment from Bo.
Hi, we have provided the migration documentation here https://mmediting.readthedocs.io/en/1.x/migration/6_data.html. |
Beta Was this translation helpful? Give feedback.
-
|
A comment from Bo,
|
Beta Was this translation helpful? Give feedback.
-
|
A comment from Ruoning,
|
Beta Was this translation helpful? Give feedback.
-
|
I met a problem, I trained a model with mmediting and saved the params, then I tested the params in basicsr, the ssim metric value is 0.3 higher than in mmediting. I found they get different outputs with the same input and params. i think it is a problem with the mmdistdataparall. Because I found the result is different using model.forward(this is a distdataparall) and model.module.forward. |
Beta Was this translation helpful? Give feedback.
-
|
TensorboardLoggerHook has been changed in the new version. How can I see the training process by tensorboard in the new version? |
Beta Was this translation helpful? Give feedback.
-
|
Please use
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, we have released MMEditing 1.x 🎉🎉🎉
MMEditing 1.x has merged MMGeneration!
Therefore, MMEditing 1.x now has
Release
You can find the latest release of MMEditing 1.x here: https://github.com/open-mmlab/mmediting/releases/tag/v1.0.0rc1
Stable version
You can check the code of the stable version of MMEditing 1.x here: https://github.com/open-mmlab/mmediting/tree/1.x. We usually update this branch once a month.
Developing version
You can check the developing branch of MMEditing 1.x here: https://github.com/open-mmlab/mmediting/tree/dev-1.x. We develop MMEditing 1.x based on dev-1.x branch.
Documentation
You can find the documentation of MMEditing 1.x here: https://mmediting.readthedocs.io/en/1.x/
All suggestions, contributions, and discussions are welcome! 💪
We will try our best to response every issue, pull request and discussion within 24 hours 🥰🥰🥰
Beta Was this translation helpful? Give feedback.
All reactions