Edit tensorboardX logging control (#638)

This commit is contained in:
pollfly
2023-08-09 14:35:38 +03:00
committed by GitHub
parent a1520d5f7b
commit 25a26f1a0b
2 changed files with 23 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ auto_connect_frameworks={
}
```
Note that the `tensorboard` key enables/disables automatic logging for both `TensorBoard` and `TensorboardX`.
## Manual Logging
To augment its automatic logging, ClearML also provides an explicit logging interface.