mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-12 07:25:44 +00:00
Fixed typo auto_connect_framworks to auto_connect_frameworks (#362)
This commit is contained in:
parent
c9e7bc0774
commit
6840a3aac5
@ -90,7 +90,7 @@ After invoking `Task.init` in a script, ClearML starts its automagical logging,
|
|||||||
* Python environment
|
* Python environment
|
||||||
* Execution [configuration](../webapp/webapp_exp_track_visual.md#configuration)
|
* Execution [configuration](../webapp/webapp_exp_track_visual.md#configuration)
|
||||||
|
|
||||||
To control a task's framework logging, use the `auto_connect_framworks` parameter of the [`Task.init`](../references/sdk/task.md#taskinit)
|
To control a task's framework logging, use the `auto_connect_frameworks` parameter of the [`Task.init`](../references/sdk/task.md#taskinit)
|
||||||
method. Turn off all automatic logging by setting the parameter to `False`. For finer grained control of logged frameworks,
|
method. 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.
|
input a dictionary, with framework-boolean pairs.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user