clearml icon indicating copy to clipboard operation
clearml copied to clipboard

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution

Results 285 clearml issues
Sort by recently updated
recently updated
newest added

Is there a way to specify the execution path of a task within a Pipeline, or use bash command as a Pipeline step? I construct a pipeline with existing tasks,...

add multicursor, like it is WandB. I'm talking about loss charts in SCALARS. display of reference along several axes, for the convenience of comparing values. For example, I want to...

After running a multi-step pipeline successfully, I rerun it with zero code change, however one (training) step (which invloves multiprocessing) throws the ```[OSError] no space left on device``` error message....

When using the `LightningCLI` feature that uses `jsonargparse` the parameters are not captured automatically. I have attached a file with the code to reproduce (discussed with @bmartinn). [lightning_cli.zip](https://github.com/allegroai/clearml/files/6824761/lightning_cli.zip)

Feature Request

Hi, after ClearML working great for two weeks I'm getting the following error: `clearml.log - WARNING - failed logging task to backend (2 lines, )` And: `2022-03-27 10:48:02,642 - clearml.Metrics...

Is it possible to specify a conda environment for each ClearML Pipeline/Task? Basically I use ClearML to build several Pipelines for various Projects. However, - each Pipeline needs to be...

clearml logs 0 instead of NaN in bords. expect that should be kept nan

https://github.com/allegroai/trains/blob/master/examples/pipeline/pipeline_controller.py Example: https://allegro.ai/clearml/docs/docs/examples/pipeline/pipeline_controller.html

Hello, I would like to pass arguments to python script with command `clearml-task` (doc: https://github.com/allegroai/clearml/blob/master/docs/clearml-task.md). I was **expecting**, that when I pass arguments like this: ``` ... --script ~/project/source/train.py --args...

When training a Keras model, upon upgrade to TF 2.5 tracking to ClearML (even with latest 1.3.1) started raising a warning: ``` clearml - WARNING - ('Could not serialize configuration...