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 ...
2 years 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...
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?
2 years 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...
one year 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...
2 years 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...
2 years 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...
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...
2 years ago
Hello again, Is there any way to get a list of the datasets from ClearML that excludes archived datasets?
2 years 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 ...
2 years 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...
2 years 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...
2 years 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...
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...
one year ago
Hi all, I've been experimenting around with automating the data sync. This is related to this thread: None Here is my expectation, so correct me if I'm wrong...
2 years 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 ...
2 years ago
If you're paying for the premium features would those be available to a self hosted server or only on the web client?
2 years 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...
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...
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,...
2 years 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...
2 years 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 ...
2 years 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...
2 years 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...
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): # ...
2 years ago
Why is one of the ghosts from Packman in the corner of my workspace folders? 👻
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...
2 years 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...
2 years 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...
one year ago