Fixed typo auto_connect_framworks to auto_connect_frameworks (#362)

This commit is contained in:
Bart Derudder 2022-11-09 08:52:04 +01:00 committed by GitHub
parent c9e7bc0774
commit 6840a3aac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ After invoking `Task.init` in a script, ClearML starts its automagical logging,
* Python environment
* 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,
input a dictionary, with framework-boolean pairs.