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
16 Answers
1K Views
0 Votes 16 Answers 1K Views
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi. I'm using clearml to log my experiments. During training, I load files using torch.load.Clearml displays the following message: 2021-09-05 11:39:45,012 -...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Anyway to make a job fail if the required python version (3.7 vs 3.8 for example) is not available in the agent?
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Why would every submitted task be aborted directly?
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hi, our server IP address has changed, and this breaks all the paths to artifacts / datasets. Is there a way to fix the old paths so that they can be accesse...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi! I have a question regarding standalone server deployment configuration. I can only use ports 80/443 on this server, and i don't have access to subdomain ...
4 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
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...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
In 1.0.3, I am able to do task.execute_remotely(clone=True, exit_process=False) and then enqueue. In 1.0.5, it says queue must be specified. Any reason for t...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, I am using clearml with pytorch-ignite and its EarlyStopping handler. I would like to log the counter of the patience of this handler, how can I do that?
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey guys, hope you're having a good week 🙂 How can i get the status of a task in the queue? status = Task.enqueue( cloned, queue_name='default', ) #now get ...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, how can I use package_manager.force_repo_requirements_txt=true in a mono repository structure? like repo/project-a/requirements.txt , repo/project-b/requ...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Is there a way to run a pipeline ( PipelineController ) without using a clearml-agent ? I can't get it to work with the agent, since the task requirements is...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello people, is there an easy way for clearml to work with .yml files as requirements file for task.create() without adjusting them manually? My repos requi...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Trying to create a data pipeline on my own. Wanted to ask, for each batch of data, do I have to create a new Dataset Object or do I just create one Dataset O...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hi I'm using clearml datasets. How do I tell from the ClearML UI which datasets version am I using?
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, I have this issue with clearml datasets. Do you know hot to solve it? (vslam38) quetalasj@quetalasj-Swift-SF514-51:~/PycharmProjects/vslam-experiment$ cl...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Does k8s glue support running service agent? Slightly confused here
4 years ago
0 Votes
27 Answers
2K Views
0 Votes 27 Answers 2K Views
Playing around with HPO for first time. I am giving this as hyperparameter: DiscreteParameterRange("General/num_iterations", values=[10, 20, 30]), Is it expe...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
I have used AWS S3 and minio as storage for clearml artifacts. But has anyone used Nexus as a storage ?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hello @team I am having my data in MinIo browser need upload my data to ClearML is there any possible way if anyone can help ??
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello I was asked to bring up a clearML server on our system. We do not use any of the cloud options and not use docker as well 🙂 . On most of the services ...
4 years ago
Show more results questions