Rewrite PyTorch Ignite integration page (#622)

This commit is contained in:
pollfly
2023-07-31 15:34:56 +03:00
committed by GitHub
parent 161283761f
commit b890e552ed
4 changed files with 147 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
---
title: PyTorch Ignite TensorboardLogger
displayed_sidebar: mainSidebar
---
The [cifar_ignite.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/ignite/cifar_ignite.py) example

View File

@@ -1,6 +1,5 @@
---
title: PyTorch Ignite ClearMLLogger
displayed_sidebar: mainSidebar
---
The `ignite` repository contains the [mnist_with_clearml_logger.py](https://github.com/pytorch/ignite/blob/master/examples/contrib/mnist/mnist_with_clearml_logger.py)