Small edits (#697)

This commit is contained in:
pollfly 2023-10-24 13:51:55 +03:00 committed by GitHub
parent bdd3ba740b
commit fcbfd473c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: OpenMMLab title: MMCV
--- ---
:::tip :::tip
@ -7,7 +7,7 @@ If you are not already using ClearML, see [Getting Started](../getting_started/d
instructions. 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) 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. 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) ![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). See MMCV code example [here](https://github.com/allegroai/clearml/blob/master/examples/frameworks/openmmlab/openmmlab_cifar10.py).

View File

@ -64,7 +64,7 @@ module.exports = {
'integrations/hydra', 'integrations/hydra',
'integrations/keras', 'integrations/keras_tuner', 'integrations/keras', 'integrations/keras_tuner',
'integrations/lightgbm', 'integrations/matplotlib', '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/python_fire', 'integrations/pytorch',
'integrations/ignite', 'integrations/ignite',
'guides/frameworks/pytorch_lightning/pytorch_lightning_example', 'guides/frameworks/pytorch_lightning/pytorch_lightning_example',