Small edits (#721)

This commit is contained in:
pollfly
2023-11-27 15:14:21 +02:00
committed by GitHub
parent 1579a85c28
commit 70d31bfeed
3 changed files with 6 additions and 7 deletions

View File

@@ -43,7 +43,8 @@ To control a task's framework logging, use the `auto_connect_frameworks` paramet
Completely disable all automatic logging by setting the parameter to `False`. For finer grained control of logged
frameworks, input a dictionary, with framework-boolean pairs.
For example:
For example, the following code will log PyTorch models, but will not log any information reported to TensorBoard.
:
```python
auto_connect_frameworks={
@@ -54,8 +55,6 @@ auto_connect_frameworks={
}
```
The preceding code will log PyTorch models, but will not log any information reported to TensorBoard.
You can also input wildcards as dictionary values, so ClearML will log a model created by a framework only if its local
path matches at least one wildcard.