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
Profile picture
ReassuredTiger98
Moderator
95 Questions, 639 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
Any idea why only a single instance of mujoco can be run with clearml-agent? I run 2 clearm-agents, one per GPU on my workstation. However, the second task f...
3 years ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
3 years ago
0 Votes
31 Answers
19K Views
0 Votes 31 Answers 19K Views
I have a self-hosted clearm-server and and clearml-agent started with clearml-agent daemon --queue default --foreground I try to execute the following simple...
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Hi everyone, is it possible to not create a copy of a dataset when adding to clearml? My data is already in a directory on the clearml-server machine and I d...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
How is the first plot in the first image on this site generated? https://clear.ml/docs/latest/docs/fundamentals/logger/ It seems like the standard deviation ...
3 years ago
Show more results questions
0 Is It Possible To Report Ie. Validation Scalars But Shifted By 1/2 Iteration?

Interesting. Will probably only matter for very small experiments or experiments, where validation is run very infrequently.

3 years ago
0 Hey Everyone, I Have Another Question: Is It Possible To Change Agent Config For Each Task? E.G.

Hi KindChimpanzee37 I was more asking about the general idea to make these settings task-specific, but thank you for the suggestion anyways, I will definitely apply it.

2 years ago
0 Hello! Since Today I Get

Mhhm, now conda env creation takes forever since it probably resolves conflicts. At least that is what is happening when I tried to manually install my environment

3 years ago
0 Hey Everyone, I Have Another Question: Is It Possible To Change Agent Config For Each Task? E.G.

Is this not something completely different?
This will just change the way to local repository is analyzed, but nothing about the agent.

2 years ago
0 Hello! Since Today I Get

Installed miniconda finally, now trying to run the task

3 years ago
3 years ago
0 I Suddenly Get

It is server version 1.0 and everything that came with it.

3 years ago
0 I Suddenly Get

It could be that either the clearml-server has bad behaviour while clean up is ongoing or even after.

3 years ago
0 I Suddenly Get

However, deleting tasks gives me errors.

3 years ago
0 I Suddenly Get

Okay, it seems like it just takes some time to delete and to reflect in the WebUI. So when I try to delete again, actually a deletion process seems already to be running in the background.

3 years ago
0 I Suddenly Get

Maybe deletion happens "async" and is not reflected in parts of clearml? It seems that if I try to delete often enough at some point it is successfull

3 years ago
0 I Suddenly Get

I created an github issue because the problem with the slow deletion still exists. https://github.com/allegroai/clearml/issues/586#issue-1142916619

2 years ago
0 I Suddenly Get

It also seems like the deletion operation will slow down the server substantially.

3 years ago
0 I Suddenly Get

Yea, the one script that is preinstalled.

3 years ago
0 I Suddenly Get

SuccessfulKoala55 So what happens is, that always when/after the cleanup_service runs, clearml will throw these kind of errors

3 years ago
0 I Suddenly Get

[root@dc01deffca35 elasticsearch]# curl `
{
"cluster_name" : "clearml",
"status" : "yellow",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 10,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 10,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_nu...

3 years ago
0 I Suddenly Get

No, it is only a single one.

3 years ago
0 I Suddenly Get

Here it is:

3 years ago
0 I Suddenly Get

I restarted it after I got the errors, because as everyone knows, turning it off and on usually works 😄

3 years ago
0 I Suddenly Get

Restart did not fix it, but somehow looking at tasks works again.

3 years ago
0 Hello! Since Today I Get

I will try again tomorrow. It s getting late! Thank you for helping so far!

3 years ago
0 Hello! Since Today I Get

No problem! I profit so much from clearml 🙂

3 years ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

Mhhm, then maybe it is not clear 😂 to me how clearml.Task is meant to be used. I thought of it as being a container for all the information regarding a single experiment that is reflected on the server-side and by this in the WebUI. Now I init() a Task and it will show in the WebUI. I thought after initialization I can still update the task to my liking, i.e. it being a documentation of my experiment.

3 years ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

Then I could also do this:
# My custom very special use case task = Task() task = task.load_statedict(await Task.load_or_create(task_name)) await task.synchronize() await run_code_analysis() task.add_requirement("myreq") await task.synchronize()

3 years ago
0 Hi Everyone, How Can I Add A New Local Storage Location. Clearml Is In /Opt/Clearml And I Have Now Added A Second Hard Driver To My Server. How Can I Make Clearml Use The Additional Storage Space?

And how do I specify this in the output_uri ? The default file server is specified by passing True . How would I specify to use the second?

2 years ago
0 Hello! Since Today I Get

Okay. And 110 means 11.1 and not 11.0?

3 years ago
0 Hello! Since Today I Get

Yea, one second.

3 years ago
Show more results compactanswers