From 346d1fc5585c518619d87b35375f2f34a92a5f2a Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:05:19 +0200 Subject: [PATCH] Update `auto_connect_frameworks` info (#718) --- docs/clearml_sdk/task_sdk.md | 2 +- docs/faq.md | 2 +- docs/integrations/autokeras.md | 2 +- docs/integrations/catboost.md | 2 +- docs/integrations/fastai.md | 2 +- docs/integrations/keras.md | 2 +- docs/integrations/lightgbm.md | 2 +- docs/integrations/matplotlib.md | 2 +- docs/integrations/megengine.md | 3 +-- docs/integrations/pytorch.md | 2 +- docs/integrations/pytorch_lightning.md | 2 +- docs/integrations/scikit_learn.md | 3 +-- docs/integrations/tensorboard.md | 2 +- docs/integrations/tensorboardx.md | 2 +- docs/integrations/tensorflow.md | 2 +- docs/integrations/xgboost.md | 2 +- docs/pipelines/pipelines_sdk_function_decorators.md | 2 +- 17 files changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/clearml_sdk/task_sdk.md b/docs/clearml_sdk/task_sdk.md index 06e06c0d..318fa813 100644 --- a/docs/clearml_sdk/task_sdk.md +++ b/docs/clearml_sdk/task_sdk.md @@ -101,7 +101,7 @@ auto_connect_frameworks={ 'matplotlib': True, 'tensorflow': False, 'tensorboard': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/faq.md b/docs/faq.md index de14c872..8dd837a8 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -490,7 +490,7 @@ auto_connect_frameworks={ 'matplotlib': True, 'tensorflow': False, 'tensorboard': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/integrations/autokeras.md b/docs/integrations/autokeras.md index d71ba043..68764e64 100644 --- a/docs/integrations/autokeras.md +++ b/docs/integrations/autokeras.md @@ -47,7 +47,7 @@ auto_connect_frameworks={ 'tensorflow': False, 'tensorboard': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': False + 'megengine': True, 'catboost': False } ``` diff --git a/docs/integrations/catboost.md b/docs/integrations/catboost.md index d3e350a4..eafa475c 100644 --- a/docs/integrations/catboost.md +++ b/docs/integrations/catboost.md @@ -47,7 +47,7 @@ auto_connect_frameworks={ 'catboost': False, 'tensorflow': False, 'tensorboard': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True + 'megengine': True } ``` diff --git a/docs/integrations/fastai.md b/docs/integrations/fastai.md index 2ccf0797..add2c6e8 100644 --- a/docs/integrations/fastai.md +++ b/docs/integrations/fastai.md @@ -47,7 +47,7 @@ auto_connect_frameworks={ 'fastai': False, 'catboost': True, 'tensorflow': False, 'tensorboard': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True + 'megengine': True } ``` diff --git a/docs/integrations/keras.md b/docs/integrations/keras.md index f9f2b144..c6236975 100644 --- a/docs/integrations/keras.md +++ b/docs/integrations/keras.md @@ -47,7 +47,7 @@ auto_connect_frameworks={ 'tensorflow': False, 'tensorboard': False, 'matplotlib': True, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/integrations/lightgbm.md b/docs/integrations/lightgbm.md index 5ac47f8c..963e7f1f 100644 --- a/docs/integrations/lightgbm.md +++ b/docs/integrations/lightgbm.md @@ -48,7 +48,7 @@ auto_connect_frameworks={ 'lightgbm': False, 'catboost': False, 'tensorflow': False, 'tensorboard': False, 'xgboost': False, 'scikit': True, 'fastai': True, 'pytorch': True, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True + 'megengine': True } ``` diff --git a/docs/integrations/matplotlib.md b/docs/integrations/matplotlib.md index cea1c21f..8c3befdc 100644 --- a/docs/integrations/matplotlib.md +++ b/docs/integrations/matplotlib.md @@ -39,7 +39,7 @@ auto_connect_frameworks={ 'matplotlib': False, 'tensorflow': False, 'tensorboard': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/integrations/megengine.md b/docs/integrations/megengine.md index 419eed2f..fa45d80b 100644 --- a/docs/integrations/megengine.md +++ b/docs/integrations/megengine.md @@ -44,8 +44,7 @@ For example: auto_connect_frameworks={ 'megengine': False, 'catboost': False, 'tensorflow': False, 'tensorboard': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, - 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'jsonargparse': True + 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True } ``` diff --git a/docs/integrations/pytorch.md b/docs/integrations/pytorch.md index 4a671b9c..a7e2305a 100644 --- a/docs/integrations/pytorch.md +++ b/docs/integrations/pytorch.md @@ -44,7 +44,7 @@ auto_connect_frameworks={ 'pytorch': False, 'matplotlib': True, 'tensorboard': False, 'tensorflow': False, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/integrations/pytorch_lightning.md b/docs/integrations/pytorch_lightning.md index 6c0125db..4b7ca497 100644 --- a/docs/integrations/pytorch_lightning.md +++ b/docs/integrations/pytorch_lightning.md @@ -45,7 +45,7 @@ auto_connect_frameworks={ 'pytorch': True, 'tensorboard': False, 'matplotlib': True, 'tensorflow': True, 'xgboost': True, 'scikit': True, 'fastai': True, 'lightgbm': True, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/integrations/scikit_learn.md b/docs/integrations/scikit_learn.md index 646f7d3e..b35856ff 100644 --- a/docs/integrations/scikit_learn.md +++ b/docs/integrations/scikit_learn.md @@ -42,8 +42,7 @@ For example: auto_connect_frameworks={ 'joblib': False, 'xgboost': True, 'catboost': True, 'tensorflow': True, 'tensorboard': True, 'pytorch': True, 'scikit': True, 'fastai': True, 'lightgbm': False, - 'hydra': True, 'detect_repository': True, 'tfdefines': True, - 'megengine': True, 'jsonargparse': True + 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'megengine': True } ``` diff --git a/docs/integrations/tensorboard.md b/docs/integrations/tensorboard.md index c88037d7..b8bb3250 100644 --- a/docs/integrations/tensorboard.md +++ b/docs/integrations/tensorboard.md @@ -39,7 +39,7 @@ auto_connect_frameworks={ 'tensorboard': False,'matplotlib': False, 'tensorflow': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/integrations/tensorboardx.md b/docs/integrations/tensorboardx.md index 0bd9e426..f00fbb9e 100644 --- a/docs/integrations/tensorboardx.md +++ b/docs/integrations/tensorboardx.md @@ -38,7 +38,7 @@ auto_connect_frameworks={ 'tensorboard': False,'matplotlib': False, 'tensorflow': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/integrations/tensorflow.md b/docs/integrations/tensorflow.md index 19bd8f19..b46b6567 100644 --- a/docs/integrations/tensorflow.md +++ b/docs/integrations/tensorflow.md @@ -47,7 +47,7 @@ auto_connect_frameworks={ 'tensorflow': False, 'matplotlib': True, 'tensorboard': False, 'pytorch': True, 'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True, 'catboost': True + 'megengine': True, 'catboost': True } ``` diff --git a/docs/integrations/xgboost.md b/docs/integrations/xgboost.md index 8e3e5b0a..90dcd77f 100644 --- a/docs/integrations/xgboost.md +++ b/docs/integrations/xgboost.md @@ -68,7 +68,7 @@ auto_connect_frameworks={ 'xgboost': False, 'catboost': False, 'tensorflow': False, 'tensorboard': False, 'pytorch': True, 'scikit': True, 'fastai': True, 'lightgbm': False, 'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True, - 'megengine': True, 'jsonargparse': True + 'megengine': True } ``` diff --git a/docs/pipelines/pipelines_sdk_function_decorators.md b/docs/pipelines/pipelines_sdk_function_decorators.md index a78cfccc..34620151 100644 --- a/docs/pipelines/pipelines_sdk_function_decorators.md +++ b/docs/pipelines/pipelines_sdk_function_decorators.md @@ -176,7 +176,7 @@ following arguments: You can also control a pipeline component's automatic logging using the following parameters: * `auto_connect_frameworks` - Control a component's framework logging. You can completely disable framework logging, or specify which frameworks to log. See `Task.init`'s [`auto_connect_framework` parameter](../references/sdk/task.md#taskinit) -* `auto_connect_arg_parser` - control automatic logging of argparse objects. See `Task.init`'s [`auto_connect_arg_parser` parameter](../references/sdk/task.md#taskinit) +* `auto_connect_arg_parser` - Control automatic logging of argparse objects. See `Task.init`'s [`auto_connect_arg_parser` parameter](../references/sdk/task.md#taskinit) You can also directly upload a model or an artifact from the step to the pipeline controller, using the [`PipelineDecorator.upload_model`](../references/sdk/automation_controller_pipelinecontroller.md#pipelinedecoratorupload_model)