Small edits

This commit is contained in:
revital 2023-08-16 14:51:32 +03:00
parent a16a1b586c
commit faf276e607

View File

@ -49,7 +49,7 @@ Integrate ClearML with the following steps:
reports afterwards) (default: 10). reports afterwards) (default: 10).
* `histogram_granularity` - Histogram sampling granularity (default: 50). * `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 ```python
# Attach the logger to the trainer to log training loss # Attach the logger to the trainer to log training loss