mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 13:21:46 +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,
|
||||
'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False,
|
||||
'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
|
||||
|
||||
- Tensorflow
|
||||
- TensorFlow
|
||||
- Keras
|
||||
- Pytorch
|
||||
- PyTorch
|
||||
- PyTorch Ignite
|
||||
- PyTorch Lightning
|
||||
- scikit-learn (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
|
||||
![Integration tools](../img/integration_tools.png)
|
||||
|
||||
**Frameworks**
|
||||
- [Pytorch](https://github.com/allegroai/clearml/tree/master/examples/frameworks/pytorch)
|
||||
- [pytorch-lightning](https://github.com/allegroai/clearml/tree/master/examples/frameworks/pytorch-lightning)
|
||||
- [ignite](https://github.com/allegroai/clearml/tree/master/examples/frameworks/ignite)
|
||||
- [Tensorflow](https://github.com/allegroai/clearml/tree/master/examples/frameworks/tensorflow)
|
||||
- [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 Ignite](https://github.com/allegroai/clearml/tree/master/examples/frameworks/ignite)
|
||||
- [TensorFlow](https://github.com/allegroai/clearml/tree/master/examples/frameworks/tensorflow)
|
||||
- [Keras](https://github.com/allegroai/clearml/tree/master/examples/frameworks/keras)
|
||||
- [scikit-learn](https://github.com/allegroai/clearml/tree/master/examples/frameworks/scikit-learn)
|
||||
- [fastai](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fastai)
|
||||
- [lightgbm](https://github.com/allegroai/clearml/tree/master/examples/frameworks/lightgbm)
|
||||
- [FastAI](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fastai)
|
||||
- [LightGBM](https://github.com/allegroai/clearml/tree/master/examples/frameworks/lightgbm)
|
||||
- [XGBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/xgboost)
|
||||
- [MegEngine](https://github.com/allegroai/clearml/tree/master/examples/frameworks/megengine)
|
||||
- [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)
|
||||
- [Python Fire](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fire)
|
||||
- [click](https://github.com/allegroai/clearml/tree/master/examples/frameworks/click)
|
||||
|
||||
**HPO**
|
||||
|
Loading…
Reference in New Issue
Block a user