diff --git a/docs/integrations/openmmv.md b/docs/integrations/mmcv.md similarity index 85% rename from docs/integrations/openmmv.md rename to docs/integrations/mmcv.md index 5b8fde80..4e687080 100644 --- a/docs/integrations/openmmv.md +++ b/docs/integrations/mmcv.md @@ -1,5 +1,5 @@ --- -title: OpenMMLab +title: MMCV --- :::tip @@ -7,7 +7,7 @@ If you are not already using ClearML, see [Getting Started](../getting_started/d instructions. ::: -[OpenMMLab](https://github.com/open-mmlab) is a computer vision framework. You can integrate ClearML into your +[MMCV](https://github.com/open-mmlab/mmcv) is a computer vision framework developed by OpenMMLab. You can integrate ClearML into your code using the `mmcv` package's [`ClearMLLoggerHook`](https://mmcv.readthedocs.io/en/master/_modules/mmcv/runner/hooks/logger/clearml.html) class. This class is used to create a ClearML Task and to automatically log metrics. @@ -46,4 +46,4 @@ You can view the captured metrics in the experiment's **Scalars** tab in the [We ![OpenMMLab scalars](../img/itegration_openmmlab_scalars.png) -See OpenMMLab code example [here](https://github.com/allegroai/clearml/blob/master/examples/frameworks/openmmlab/openmmlab_cifar10.py). \ No newline at end of file +See MMCV code example [here](https://github.com/allegroai/clearml/blob/master/examples/frameworks/openmmlab/openmmlab_cifar10.py). \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 78f47f90..972a9d71 100644 --- a/sidebars.js +++ b/sidebars.js @@ -64,7 +64,7 @@ module.exports = { 'integrations/hydra', 'integrations/keras', 'integrations/keras_tuner', 'integrations/lightgbm', 'integrations/matplotlib', - 'integrations/megengine', 'integrations/monai', 'integrations/openmmv', 'integrations/optuna', + 'integrations/megengine', 'integrations/monai', 'integrations/mmcv', 'integrations/optuna', 'integrations/python_fire', 'integrations/pytorch', 'integrations/ignite', 'guides/frameworks/pytorch_lightning/pytorch_lightning_example',