mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix docstrings
This commit is contained in:
parent
510c275188
commit
f9a6139168
@ -1971,7 +1971,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
|
||||
If None, the new task will inherit the cloned task's project.
|
||||
:param logging.Logger log: Log object used by the infrastructure.
|
||||
:param Session session: Session object used for sending requests to the API
|
||||
:return: The new tasks's ID.
|
||||
:return: The new task's ID.
|
||||
"""
|
||||
|
||||
session = session if session else cls._get_default_session()
|
||||
|
@ -354,8 +354,11 @@ class Task(_Task):
|
||||
|
||||
.. code-block:: py
|
||||
|
||||
auto_connect_frameworks={'matplotlib': True, 'tensorflow': True, 'tensorboard': True, 'pytorch': True,
|
||||
'xgboost': True, 'scikit': True, 'fastai': True, 'lightgbm': True, 'hydra': True}
|
||||
auto_connect_frameworks={
|
||||
'matplotlib': True, 'tensorflow': True, 'tensorboard': True, 'pytorch': True,
|
||||
'xgboost': True, 'scikit': True, 'fastai': True, 'lightgbm': True,
|
||||
'hydra': True, 'detect_repository': True,
|
||||
}
|
||||
|
||||
:param bool auto_resource_monitoring: Automatically create machine resource monitoring plots
|
||||
These plots appear in in the **ClearML Web-App (UI)**, **RESULTS** tab, **SCALARS** sub-tab,
|
||||
|
Loading…
Reference in New Issue
Block a user