mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-30 22:18:02 +00:00
Add supported frameworks (#187)
This commit is contained in:
parent
c20b8c5b0c
commit
db287dcde0
@ -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)
|
||||
|
@ -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': [
|
||||
|
Loading…
Reference in New Issue
Block a user