mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#721)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user