Good day all. I'm working with the PipelineController for creating pipelines from tasks. One thing I've noticed is that if I do pipe.start_locally() it does ...
one year ago
Hello all. I'm generating an OutputModel in one task and using it as an InputModel for another task. Since there's already a timestamp on the model creation ...
one year ago
I've noticed a change from ClearML 1.13.1 to 1.13.2 relating to the Hydra integration. I'm not yet convinced it's a bug but it could be but it also might jus...
11 months ago
Hello again, Is there any way to get a list of the datasets from ClearML that excludes archived datasets?
one year ago
Hello all, I'm trying to queue a task in python but I'd like to reuse the prior task ID. In the webapp you can Reset and Enqueue a task and it'll reuse the t...
10 months ago
I have an interesting issue. It seems like when I run several agents on the same server I run into an issue where some of the agents will timeout when connec...
10 months ago
If you're paying for the premium features would those be available to a self hosted server or only on the web client?
one year ago
Hope everyone's having a nice holiday period. I've been debating between cron and the ClearML TaskScheduler Cron is the solution I'm currently using but I wa...
10 months ago
Hello all, I wanted to get the advice of the people here about data versioning and tracking using ClearML. Many of the dataset we work with are generated by ...
one year ago
Question about ClearML models and metadata. I'm using the web interface for ClearML. I create an trained an output_model that was stored in ClearML from a tr...
one year ago
Hello all, I’m an ML engineer looking to transition our company to a new MLops system. Many of our projects are currently built around Hydra and I’m attempti...
one year ago
AWS Autoscaler question: what is best practices for providing the autoscaled instances with access to credentials for things like S3? With self-hosted agents...
one year ago
I'm trying to understand the difference between tasks and pipelines. I get the big picture but the thing I struggle to understand is the interplay in the cod...
one year ago
Has anyone tried using ClearML reports with Grammarly? I recently decided to try the reports feature in ClearML. I'm using Chrome Version 121.0.6167.160 (Off...
9 months ago
Currently, things run in a pipeline are automatically moved to a /.pipelines/ subproject. Is there a way to allow the tasks done via pipelines to show up as ...
one year ago
In my current project I generate the data from an SQL query. Is the only way to register the dataset with ClearML to write the files to disk first or is ther...
one year ago
I ran into something that I'd describe and an error but I want to verify this to be the case first. The error seems to be produced if I call output_model.upd...
one year ago
Hello all, I want to clarify something. In the ClearML Task Scheduler .add_tast() method there's a parameter for schedule_function . I think I had some assum...
9 months ago
I'm trying to spin up a task on an agent and inside the task I have two packages that I've created custom versions of and specified a git repo for in the req...
one year ago
I'm running into a perplexing issue. I have several agents running on a workstation, I also am directly running code from the same workstation. There are sev...
9 months ago
On the ClearML web interface you obviously need to provide the AWS credentials to do things like download artifacts and data stored on AWS. One thing I'm cur...
one year ago
If I ran a hyperparemeter sweep and I wanted to create a graph where the x-axis was one of the hyperparameters, let's say the momentum term of the optimizer,...
one year ago
For model monitoring, is there a good feature in ClearML? If not is there a go-to tool that works well with this framework?
one year ago
Hello all. I'm experimenting with ClearML and I've run into a strange issue. I used Task.init on a project, it logs to the app.clear.ml but it doesn't seem t...
one year ago
Hi All, Details: Both projects are using clearml v1.14.2rc0 (but I've tested it with other versions). I'm using the web-app, so we're not hosting our own cle...
10 months ago
Hello all. I'm trying to figure out how to get the task from pipelines listed under the experiments tab or at least in a place that's easier to find. I'm run...
one year ago
I'm a bit confused. It seems like something has changed with how ClearML handles recording datasets in tasks. It used to be the case that when I would create...
one year ago
I found an interesting error. If I run the following: # Load the model from remote storage if model_url is provided if cfg.clearml.get("model_url", None): # ...
one year ago
Hi all, I'm generating pipelines from tasks and there's a step that requires providing outputs from the parent task to the child, but I'd like to pass it as ...
one year ago
Hello, I have questions relating to metric storage on the web app. We recently crossed 1.2 gigs of free metric storage and we were looking to reduce that fig...
22 days ago