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 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello World, I’m working on getting a ClearML Server spun up on the same computer as GPUs. Question about implementation details.. Fresh build using this gui...
3 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Hi, I am trying to use agent with a sample, very simple task. But it stucks and task does not finish. In UI in console I see what I pasted on image. Do you k...
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I also have a general question. Most frequently, we work with our ml models not as a single script, but a project - multi level directory of files. How do we...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello, I'm trying to get the pipeline progress, but I can't get it properly. I've set the progress via current_task.set_progress() in the pipeline after each...
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
trying to access the CSV file uploaded on the clearML dataset in my local device is giving me some errors
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
What would be the best way to approach this flow? We have a configuration file that defines e.g. the project name to use in ClearML, alongside other experime...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi. Is it possible to run pipelines clearml using yaml manifests like kubeflow style?
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi. is there a way to make hyperparameters/any part form become a dropdown list when in Draft mode on ClearML UI? like we want set using UI but limited optio...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello, I have a question regarding the usage of APIClient from clearml.backend_api.session.client import APIClient client = APIClient() events = client.event...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hey guys! Anyone knows if you can upload an OutputModel to the ClearML server? I see that https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel/...
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hey all, is there any reason the python sdk clearml would cause subprocess issues? I'm calling returncode = Popen(cmd).wait() and getting File "/usr/lib64/py...
3 years ago
0 Votes
31 Answers
134K Views
0 Votes 31 Answers 134K Views
When my remote task is installing the python dependencies --packages requests for example, is there any caching "magic" that is done by the k8 agent? Or is i...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Trying another device to connect with my clearML server produced this, how could I fix it?
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Is there any testing suite that ships with ClearML? If we'd like to make some unit tests for our code?
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi, I am trying to use agent, but I have a problem. Execution of task stucks like this
3 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Hi, I have a problem after updating clearml-server to the most recent version. Elasticsearch has been updated from elasticsearch:7.6.2 to elasticsearch:7.16....
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
There seems to be an error if a project name has spaces (at least at the top-level name). I created a project called internal tests (with the space), and it ...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey, loving ClearML so far. I create an agent with 1 gpu and I am sending a task to it. But it says that it couldn’t create a docker with gpu access. How can...
3 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
Why does my task execution freeze after pip installation (running agent in foreground mode)? The task is: from clearml import Task task = Task.init(project_n...
3 years ago
0 Votes
27 Answers
2K Views
0 Votes 27 Answers 2K Views
Hi, I am new to ClearML: When I run an experiment in a shell (having a single line of Task definition) I am getting this error: clearml.Repository Detection ...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I saw that ClearML overrides the random number generator is it possible to control this behaviour?
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
How do I think about tasks/task_name-s? Do I see right if I run the same task with the same name, it overwrites the previous run? Is it possible to fail if t...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I am using pipelines (just starting) and I am checking different options for overriding parts of configuration of the base task (step of my pipeline). In the...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
Show more results questions