mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update supported frameworks list (#209)
This commit is contained in:
parent
70c3dbd800
commit
9f1c63ca15
@ -470,6 +470,7 @@ auto_connect_frameworks={
|
|||||||
'matplotlib': True, 'tensorflow': False, 'tensorboard': False, 'pytorch': True,
|
'matplotlib': True, 'tensorflow': False, 'tensorboard': False, 'pytorch': True,
|
||||||
'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False,
|
'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False,
|
||||||
'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True,
|
'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True,
|
||||||
|
'megengine': True, 'jsonargparse': True, 'catboost': True
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -163,8 +163,15 @@ This is especially helpful when using [clearml-agent](../clearml_agent.md) to ex
|
|||||||
|
|
||||||
### List of Supported Frameworks
|
### List of Supported Frameworks
|
||||||
|
|
||||||
- Tensorflow
|
- TensorFlow
|
||||||
- Keras
|
- Keras
|
||||||
- Pytorch
|
- PyTorch
|
||||||
|
- PyTorch Ignite
|
||||||
|
- PyTorch Lightning
|
||||||
- scikit-learn (only using joblib)
|
- scikit-learn (only using joblib)
|
||||||
- XGBoost (only using joblib)
|
- XGBoost (only using joblib)
|
||||||
|
- AutoKeras
|
||||||
|
- FastAI
|
||||||
|
- LightGBM
|
||||||
|
- MegEngine
|
||||||
|
- CatBoost
|
@ -9,19 +9,19 @@ Just follow the [getting started](/getting_started/ds/ds_first_steps.md) to auto
|
|||||||

|

|
||||||
|
|
||||||
**Frameworks**
|
**Frameworks**
|
||||||
- [Pytorch](https://github.com/allegroai/clearml/tree/master/examples/frameworks/pytorch)
|
- [PyTorch](https://github.com/allegroai/clearml/tree/master/examples/frameworks/pytorch)
|
||||||
- [pytorch-lightning](https://github.com/allegroai/clearml/tree/master/examples/frameworks/pytorch-lightning)
|
- [PyTorch Lightning](https://github.com/allegroai/clearml/tree/master/examples/frameworks/pytorch-lightning)
|
||||||
- [ignite](https://github.com/allegroai/clearml/tree/master/examples/frameworks/ignite)
|
- [PyTorch Ignite](https://github.com/allegroai/clearml/tree/master/examples/frameworks/ignite)
|
||||||
- [Tensorflow](https://github.com/allegroai/clearml/tree/master/examples/frameworks/tensorflow)
|
- [TensorFlow](https://github.com/allegroai/clearml/tree/master/examples/frameworks/tensorflow)
|
||||||
- [Keras](https://github.com/allegroai/clearml/tree/master/examples/frameworks/keras)
|
- [Keras](https://github.com/allegroai/clearml/tree/master/examples/frameworks/keras)
|
||||||
- [scikit-learn](https://github.com/allegroai/clearml/tree/master/examples/frameworks/scikit-learn)
|
- [scikit-learn](https://github.com/allegroai/clearml/tree/master/examples/frameworks/scikit-learn)
|
||||||
- [fastai](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fastai)
|
- [FastAI](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fastai)
|
||||||
- [lightgbm](https://github.com/allegroai/clearml/tree/master/examples/frameworks/lightgbm)
|
- [LightGBM](https://github.com/allegroai/clearml/tree/master/examples/frameworks/lightgbm)
|
||||||
- [XGBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/xgboost)
|
- [XGBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/xgboost)
|
||||||
- [MegEngine](https://github.com/allegroai/clearml/tree/master/examples/frameworks/megengine)
|
- [MegEngine](https://github.com/allegroai/clearml/tree/master/examples/frameworks/megengine)
|
||||||
- [CatBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/catboost)
|
- [CatBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/catboost)
|
||||||
- [Hydra](https://github.com/allegroai/clearml/tree/master/examples/frameworks/hydra)
|
- [Hydra](https://github.com/allegroai/clearml/tree/master/examples/frameworks/hydra)
|
||||||
- [python-fire](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fire)
|
- [Python Fire](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fire)
|
||||||
- [click](https://github.com/allegroai/clearml/tree/master/examples/frameworks/click)
|
- [click](https://github.com/allegroai/clearml/tree/master/examples/frameworks/click)
|
||||||
|
|
||||||
**HPO**
|
**HPO**
|
||||||
|
Loading…
Reference in New Issue
Block a user