An open API service indexing awesome lists of open source software.

https://github.com/jbris/clearml-testing

Testing out ClearML.
https://github.com/jbris/clearml-testing

clearml clearml-agent devops devops-tools machine-learning mlops mlops-project mlops-workflow model-deployment model-evaluation model-evaluation-and-comparison model-evaluation-and-refinement model-evaluation-and-selection model-evaluation-and-tuning model-evaluation-and-validation model-evaluation-metrics model-training

Last synced: 2 months ago
JSON representation

Testing out ClearML.

Awesome Lists containing this project

README

        

# ClearML Testing

Testing out ClearML.

# Usage

Deploy docker compose services:

```
docker compose up -d
```

Install deps:

```
poetry install --no-root
poetry shell

clearml-init # If clearml.conf doesn't exist
python -m pipelines.pipeline_basic
python -m pipelines.dataset_basic
```

Then the rest of the scripts...