Add supported frameworks (#187)

This commit is contained in:
pollfly 2022-02-20 11:39:29 +02:00 committed by GitHub
parent c20b8c5b0c
commit db287dcde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,12 @@
---
title: Libraries
title: Integrations
---
ClearML integrates with many frameworks and tools out of the box! <br/>
Just follow the [getting started](/getting_started/ds/ds_first_steps.md) to automatically capture metrics, models and artifacts or check out examples for each library.
![image](../img/integration_tools.png)
![Integration tools](../img/integration_tools.png)
**Frameworks**
- [Pytorch](https://github.com/allegroai/clearml/tree/master/examples/frameworks/pytorch)
@ -22,6 +22,7 @@ Just follow the [getting started](/getting_started/ds/ds_first_steps.md) to auto
- [CatBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/catboost)
- [Hydra](https://github.com/allegroai/clearml/tree/master/examples/frameworks/hydra)
- [python-fire](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fire)
- [click](https://github.com/allegroai/clearml/tree/master/examples/frameworks/click)
**HPO**
- [Optuna](https://github.com/allegroai/clearml/tree/master/examples/optimization/hyper-parameter-optimization)

View File

@ -20,8 +20,8 @@ module.exports = {
{'ClearML Data': ['clearml_data/clearml_data', 'clearml_data/clearml_data_cli', 'clearml_data/clearml_data_sdk', 'clearml_data/best_practices',
{'Workflows': ['clearml_data/data_management_examples/workflows', 'clearml_data/data_management_examples/data_man_simple', 'clearml_data/data_management_examples/data_man_folder_sync', 'clearml_data/data_management_examples/data_man_cifar_classification', 'clearml_data/data_management_examples/data_man_python']},]},
{'CLI Tools': ['apps/clearml_session', 'apps/clearml_task']},
{'Integrations': ['integrations/libraries', 'integrations/storage']},
'integrations/libraries',
'integrations/storage',
{'WebApp': ['webapp/webapp_overview', 'webapp/webapp_home',
{
'Projects': [