Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions 6042

Questions 6042

Tags
Sorting
Results
per page
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello all, i am trying to make clearml store the output(model) to minio by setting the output_uri. task = Task.init(project_name='MNIST', task_name='Tensorfl...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello all, I setup ClearML on an EC2 instance using the community AMI. I have pointed a domain to the instance. Now how do I setup for SSL? I can’t seem to f...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Can someone confirm if docker_setup_bash_script works with k8s integration? Doesn’t seem to for me, and wanted to confirm if I was doing something wrong.
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, is there a way to get the plot that exists in the tab results->scalars into my notebook ?
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
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
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Is there any difference in: args = task.connect(args)vs task.connect(args)I've seen both in the documentation
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Currently, I’m manually tracking multiple output models at the end of the training process model_paths = list(Path(checkpoint_dir).absolute().glob('*')) for ...
4 years ago
0 Votes
31 Answers
143K Views
0 Votes 31 Answers 143K Views
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a way to use the scalar smoothing when opening the "Maximize Graph"?
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
4 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
I have some code that launches ML tasks and it accepts a YAML file, .env file and various CSVs. What would be the best way to upload these to a clearml task ...
4 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi, just want to report a small bug in the clearml dashboard: after queuing an experiment, if I change the experiment queue, then go back to the experiment I...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi, another bug to report with the aws_auto_scaler using 1.1.2: Traceback (most recent call last): File "aws_autoscaler.py", line 297, in main() File "aws_au...
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hi! I noticed a bug related to reusing the same component in a pipeline. I have prepared a mock example so that you can reproduce it: from clearml.automation...
4 years ago
0 Votes
31 Answers
119K Views
0 Votes 31 Answers 119K Views
In PipelineV2, is it possible to register artifacts to the pipeline task? I see there is a private variable ._task but not sure its the right way to go as it...
4 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Hi, I attached an IAM role to an ec2 instance to grant access to an s3 bucket. The ec2 instance is running a clearml-agent (v1.1.0). I didn’t specify any key...
aws
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hey there, I see that in the autoscaler configuration, the queues param accept dictionaries with values of type list of lists (see eg below.) What does it me...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, a small bug (not really a bug) in the autoscaler: I have p3.2xlarge instances that take a long time to shutdown. With polling_interval_time_min=1 , the a...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
22 Answers
3K Views
0 Votes 22 Answers 3K Views
Hi guys for the AWS auto-scaler I need to access aws ssm or create .env file locally when using the init script. Has anyone done this?
aws
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
I'm trying to implement a cleanup service by following this example https://github.com/allegroai/clearml/blob/master/examples/services/cleanup/cleanup_servic...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi all. Can you please help me. Is it possible when using docker to not install virtual env? I am using Kubernetes Glue. Found only such a piece of code abou...
4 years ago
Show more results questions