I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
4 years ago
Executed from within a PipelineController task, what possible reason does current_task() have to return None ? 2021-11-07T11:32:43.7366887Z clearml.Task.curr...
4 years ago
Question, when using PipelineController.add_step and specifying a task name + project, if the task + project combinations have multiple runs, which one will ...
4 years ago
Question about the file server. Currently, we have a machine with MINIO installed, and all file communication is made using the MINIO SDK client. [MINIO is j...
5 years ago
I'm running clearml-task --script tasks/hp_optimization.py --name "YYYYY" --project "XXXXXXX" and get the following error - why is that? > Error: Standalone ...
4 years ago
I'm looking to utilize the Trains AWS autoscaler functionality, but after going through its docs a few times I still don't get it. Ultimately, my setup is th...
5 years ago
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
3 years ago
Is it possible to view the actual code of a task? As in the script that created the task?
5 years ago
How should I edit the Cleanup Service so I can filter deleted tasks on project / task name? https://github.com/allegroai/clearml/blob/master/examples/service...
4 years ago
Is there a way to programatically access the tasks a PipelineController launched? I have the clearml.Task object in hand and I wonder how to access all the t...
4 years ago
I have to say I'm totally confused by the pipeline I want to execute the pipeline on my local computer. I followed https://github.com/allegroai/clearml/blob/...
4 years ago
In order to use the AWS Autoscaling, with spot and without spot instances - should we create a custom policy with the associated IAM or will one of the two A...
5 years ago
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
5 years ago
What is the correct way of setting environment variables for agents which DON'T RUN in docker mode? Do they simply inherit from the environment they were exe...
4 years ago
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
4 years ago
Is there an auto scaling solution for GCP users?
5 years ago
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
5 years ago
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
4 years ago
Question about using agents. When initializing an agent, credentials are required. As I see it, credentials is something personal, which belongs to data scie...
5 years ago
Question about out-of-Python dependencies. For example NLTK requires apt-get install sqlite-devel how can we manage dependencies like that on the train agents?
5 years ago
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
5 years ago
I have a data scientist constantly having the same problem. If she did not push his latest changes to git, she gets the following error Using cached reposito...
5 years ago
Got something very wrong with my pipeline, the pipeline plot shows it has an experiment in_progress but when going to the experiment itself it is already com...
3 years ago
We are having the same issue as https://github.com/allegroai/clearml/issues/324 with no resolution... any ideas on how to solve this?
3 years ago
How do I restart trains-agents? How do I stop them?
5 years ago
Guess we're back to basics How do I report a single scalar with no iteration dimension - something I can put as one of the columns in the experiments table?
4 years ago
(data is a bit different, but the plot is missing hte scale and the colors)
4 years ago
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
4 years ago
Question about the configuration format - I'd like to parse it within my Python code so I'll be able to access things like google.storage.containers programa...
5 years ago