Refactor integrations section (#600)

This commit is contained in:
pollfly
2023-06-22 16:08:26 +03:00
committed by GitHub
parent d4873c9712
commit 814328c6e8
31 changed files with 276 additions and 49 deletions

View File

@@ -1,5 +1,6 @@
---
title: AutoKeras Integration
title: AutoKeras
displayed_sidebar: mainSidebar
---
Integrate ClearML into code that uses [autokeras](https://github.com/keras-team/autokeras). Initialize a ClearML
Task in a code, and ClearML automatically logs scalars, plots, and images reported to TensorBoard, Matplotlib, Plotly,

View File

@@ -1,5 +1,6 @@
---
title: CatBoost
displayed_sidebar: mainSidebar
---
The [catboost_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/catboost/catboost_example.py)

View File

@@ -1,5 +1,6 @@
---
title: FastAI
displayed_sidebar: mainSidebar
---
The [fastai_with_tensorboard_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/fastai/legacy/fastai_with_tensorboard_example.py)
example demonstrates the integration of ClearML into code that uses FastAI v1 and TensorBoard.

View File

@@ -1,5 +1,6 @@
---
title: Keras with TensorBoard
title: Keras
displayed_sidebar: mainSidebar
---
The example below demonstrates the integration of ClearML into code which uses Keras and TensorBoard.

View File

@@ -1,5 +1,6 @@
---
title: LightGBM
displayed_sidebar: mainSidebar
---
The [lightgbm_example](https://github.com/allegroai/clearml/blob/master/examples/frameworks/lightgbm/lightgbm_example.py)

View File

@@ -1,5 +1,6 @@
---
title: Matplotlib
displayed_sidebar: mainSidebar
---
The example below demonstrates integrating ClearML into code that uses `matplotlib` to plot scatter diagrams, and

View File

@@ -1,5 +1,6 @@
---
title: MegEngine
displayed_sidebar: mainSidebar
---
The [megengine_mnist.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/megengine/megengine_mnist.py)

View File

@@ -1,5 +1,6 @@
---
title: PyTorch MNIST
title: PyTorch
displayed_sidebar: mainSidebar
---
The [pytorch_mnist.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_mnist.py) example

View File

@@ -1,5 +1,6 @@
---
title: PyTorch with TensorBoard
title: TensorBoard
displayed_sidebar: mainSidebar
---
The [pytorch_tensorboard.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_tensorboard.py)

View File

@@ -1,5 +1,6 @@
---
title: PyTorch Ignite TensorboardLogger
displayed_sidebar: mainSidebar
---
The [cifar_ignite.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/ignite/cifar_ignite.py) example

View File

@@ -1,5 +1,6 @@
---
title: PyTorch Ignite ClearMLLogger
displayed_sidebar: mainSidebar
---
The `ignite` repository contains the [mnist_with_clearml_logger.py](https://github.com/pytorch/ignite/blob/master/examples/contrib/mnist/mnist_with_clearml_logger.py)

View File

@@ -1,5 +1,6 @@
---
title: PyTorch Lightning
displayed_sidebar: mainSidebar
---
The [pytorch-lightning](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch-lightning/pytorch_lightning_example.py)

View File

@@ -1,5 +1,6 @@
---
title: scikit-learn with Joblib
title: Scikit-Learn
displayed_sidebar: mainSidebar
---
The [sklearn_joblib_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/scikit-learn/sklearn_joblib_example.py)

View File

@@ -1,5 +1,6 @@
---
title: TensorBoardX with PyTorch
title: TensorBoardX
displayed_sidebar: mainSidebar
---
The [pytorch_tensorboardX.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorboardx/pytorch_tensorboardX.py)

View File

@@ -1,5 +1,6 @@
---
title: Keras Tuner Integration
title: Keras Tuner
displayed_sidebar: mainSidebar
---
Integrate ClearML into code that uses [Keras Tuner](https://www.tensorflow.org/tutorials/keras/keras_tuner). By

View File

@@ -1,5 +1,6 @@
---
title: TensorFlow MNIST
title: TensorFlow
displayed_sidebar: mainSidebar
---
The [tensorflow_mnist.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorflow/tensorflow_mnist.py)

View File

@@ -1,5 +1,6 @@
---
title: XGBoost Metric Reporting
title: XGBoost
displayed_sidebar: mainSidebar
---
The [xgboost_metrics.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/xgboost/xgboost_metrics.py)