mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
Fix typos (#87)
This commit is contained in:
parent
8abaac285d
commit
21071e9a07
@ -381,7 +381,7 @@ After thirty minutes, it remains unchanged.
|
|||||||
Yes! ClearML allows you to control automatic logging for `stdout`, `stderr`, and frameworks when initializing a Task
|
Yes! ClearML allows you to control automatic logging for `stdout`, `stderr`, and frameworks when initializing a Task
|
||||||
by calling the [`Task.init`](references/sdk/task.md#taskinit) method.
|
by calling the [`Task.init`](references/sdk/task.md#taskinit) method.
|
||||||
|
|
||||||
To control a Task's framework logging, use the `auto_connect_framworks` parameter. Turn off all automatic logging by setting the
|
To control a Task's framework logging, use the `auto_connect_frameworks` parameter. Turn off all automatic logging by setting the
|
||||||
parameter to `False`. For finer grained control of logged frameworks, input a dictionary, with framework-boolean pairs.
|
parameter to `False`. For finer grained control of logged frameworks, input a dictionary, with framework-boolean pairs.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
Loading…
Reference in New Issue
Block a user