Small edits (#299)

This commit is contained in:
pollfly 2022-08-01 14:53:40 +03:00 committed by GitHub
parent 03b8862d70
commit 63214073ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -638,4 +638,4 @@ The above example sets the "backbone" property in a task.
![Task user properties](../img/fundamentals_task_config_properties.png) ![Task user properties](../img/fundamentals_task_config_properties.png)
## SDK Reference ## SDK Reference
For detailed information, see the complete [Task SDK reference page](../references/sdk/task.md) For detailed information, see the complete [Task SDK reference page](../references/sdk/task.md).

View File

@ -20,6 +20,7 @@ Just follow the [getting started](/getting_started/ds/ds_first_steps.md) to auto
- [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)
- [OpenMMLab](https://github.com/allegroai/clearml/tree/master/examples/frameworks/openmmlab)
- [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)