From faf276e607a37fef4e5ff27207598dfbe72dffe1 Mon Sep 17 00:00:00 2001 From: revital Date: Wed, 16 Aug 2023 14:51:32 +0300 Subject: [PATCH] Small edits --- docs/integrations/ignite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/ignite.md b/docs/integrations/ignite.md index 7b6ed4ca..0cae9139 100644 --- a/docs/integrations/ignite.md +++ b/docs/integrations/ignite.md @@ -49,7 +49,7 @@ Integrate ClearML with the following steps: reports afterwards) (default: 10). * `histogram_granularity` - Histogram sampling granularity (default: 50). -1. Attach the C`learMLLogger` to output handlers to log metrics: +1. Attach the `ClearMLLogger` to output handlers to log metrics: ```python # Attach the logger to the trainer to log training loss