Fix docstrings

This commit is contained in:
allegroai 2021-07-23 16:02:08 +03:00
parent 510c275188
commit f9a6139168
2 changed files with 6 additions and 3 deletions

View File

@ -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()

View File

@ -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,