
GiganticTurtle0
46
Questions,
183
Answers
Active since 10 January 2023
Last activity
2 years ago
Reputation
0
Badges 1
183 × Eureka!Let's say that I specify the output_uri parameter in Task.init like this: task = Task.init( project_name="example_project", task_name="example_task", output_...
3 years ago
Hello folks! I don't know if this issue has already been addressed. I have a basic PipelineController script with two steps: one of task is for preprocessing...
3 years ago
Is there any similar functionality for the PipelineController class that resembles the behavior of task.execute_remotely() (no arguments supplied)? I mean ju...
3 years ago
Hi everybody, Where can I find the documentation about the new TaskScheduler feature?
3 years ago
Hi all, Are there any examples in the official (or external) documentation where I can see how ClearML and Docker work together? This comes related to anothe...
3 years ago
Is there any reason why doing the following is not possible? Am I doing it right? I want to run a pipeline with different parameters but I get the following ...
3 years ago
Hi, I have a question regarding the new PipelineDecorator feature and it's about how to access the task created by PipelineDecorator.pipeline through its ID ...
3 years ago
Hi! I was wondering if ClearML offers any solutions for the following situation. I have created a queue (say Q) for model training tasks, and two agents list...
3 years ago
Hi! Is there any reason why integer/float values are casted to string when connecting arguments dictionary to task and then retrieve them using task.get_para...
3 years ago
I'm trying to implement a cleanup service by following this example https://github.com/allegroai/clearml/blob/master/examples/services/cleanup/cleanup_servic...
3 years ago
Hello, I have the following basic snippet where I'm trying to add another value to the Task's connected arguments after calling task.connect(args) . Script e...
3 years ago
It is possible to attach to an OutputModel an object closely related to it (as some product of data preprocessing that has been done specifically for that mo...
3 years ago
Hi! Can someone show me an example of how PipelineController.create_draft works? I'm trying to create a template of a pipeline to run it later but I can't ge...
3 years ago
When ClearML converts a PipelineDecorator.component decorated function to script code, I have noticed that indexing syntax like A[:, 0] is rewritten as A[(:,...
3 years ago
Hi! From a task created using PipelineDecorator.pipeline , is there any way to get a task ID from the name of the step listed in the table below? My plan is ...
3 years ago
Hi all, Is there any way to know the upload status of an artifact so that once the upload is completed another action can be performed? I am using a temporar...
3 years ago
Hi all, I am faced with the situation that my company's GitLab is temporarily out of service at a certain time in the early morning (due to regular maintenan...
3 years ago
Hi, I am having difficulties when using the Dataset functionality. I am trying to create a dataset with the following simple code: from clearml import Task, ...
3 years ago
Hi! I am implementing a cleanup service. After completing several training tasks, I am only interested in the trained models and some artifacts resulting fro...
3 years ago
Hi all! I was checking the configuration logged under "HyperParameters" in the Web UI and the values of some parameters are not displayed. At first I thought...
3 years ago
What is the recommended way to stop the execution of a specific agent? This command doesn't allow me to specify the agent IP I want to stop: clearml-agent da...
3 years ago
Is there any example showing how to work with nested pipelines? In my case I have several functions decorated with PipelineDecorator . In a pipeline I call s...
3 years ago
Hi, I just updated clearml to version v1.1.3. Right after launching a training pipeline, the system crashed due to the following error: Traceback (most recen...
3 years ago
Hi all! I have a question regarding clearml-agents that I have not been able to find in the documentation. I have seen an agent is also called a 'worker'. Wh...
3 years ago
Hi, Is there any reason why artifacts linked to a task are not removed when the task is removed from the experiment list?
3 years ago
Regarding the new version 1.1.2, I have noticed type hints are now included in the script generated by PipelineDecorator.component in the function arguments....
3 years ago
Hi! I was wondering why ClearML recognize Scikit-learn scalers as Input Models... Am I missing something here? For me it would make sense to include the scal...
3 years ago
Hi, can anyone help me with this code? (just a mock example, but it nicely captures the behavior of the real code) import pandas as pd from clearml import Ta...
3 years ago
Hi, Let's say I have several functions decorated with PipelineDecorator.component (functions A, B and C). Function C can only be executed after functions A a...
3 years ago
Show more results
questions