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
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hello everyone, I am a new user for ClearML, I have one question: I created the dataset, and upload files successfully by class https://clear.ml/docs/latest/...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, is there a way to get the tasks commit_id using the SDK ?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Weird error; my local execution hung with ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 2022-03-07 ...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Also (unrelated), I noticed that after the upgrade to ClearML Server 1.2.0, the AWS (MinIO) credentials are not saved/used. It keeps asking for them whenever...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hello people 🙂 I wanted to use the client API of clearml to do some analysis on the metadata of my experiments . For instance I would like to get the durati...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there any problem with the website? https://clear.ml/
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Looks like the website is down. When I try to create task, I get the following error Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=2...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello, is there a way to control the stats from workers and queues that are written to ES, for instance add an ILM etc..?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
is there a way of changing the name of the user that created the task? https://clearml.slack.com/archives/CTK20V944/p1620554574470200 This doesn't appear on ...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
HI, Can I get the minimum system requirement for Clearml-server.
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi, yesterday I updated the Clearml server, now all my tasks disappeared, there are only the demo tasks on the interface. But the data is still in the /opt/c...
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi, I would like to understand how I can set the pip cache location for my agent, I thought that I already had the right setting with docker_internal_mounts....
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
Hello! tell me please, is it intended that nan values are converted to 0 when logging? upd: I see NAN in the tensorboard, and 0 in Clearml. upd2: use v1.1.*
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hello, I want to report a confusion matrix with the values fig = plotly.express.imshow( matrix, labels={'x': "Predicted", 'y': "True"}, x=['0', '1'], y=['0',...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hey, is there a way to limit the number of tasks run at the same time by an agent in service mode?
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello, I'd like to ask questions about TaskScheduler How to use the previous created TaskScheduler? Should I use the same TaskScheduler to create cron like t...
3 years ago
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello, I'm following the tutorial of https://clear.ml/docs/latest/docs/guides/frameworks/pytorch/notebooks/image/hyperparameter_search/ . In my understanding...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Prev, i worked with Clearml (1 year back) and back then, we config Seldon Core for the deployment and Clearml for the training.. Now there is clearml-serving...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Another qn, is clearml-data analogous to a feature-store
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, is clearml support creating new tasks while in offline mode? I'm trying to run the following: from clearml import Task Task.set_offline(True) task = Task...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, how can I easily start a shell script from within an experiment and have its logs (stdin/err) logged in clearml?
3 years ago
Show more results questions