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.
- Host: GitHub
- URL: https://github.com/jbris/clearml-testing
- Owner: JBris
- License: apache-2.0
- Created: 2025-03-02T02:24:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T04:44:42.000Z (3 months ago)
- Last Synced: 2025-03-10T15:14:36.645Z (2 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 shellclearml-init # If clearml.conf doesn't exist
python -m pipelines.pipeline_basic
python -m pipelines.dataset_basic
```Then the rest of the scripts...