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
PompousHawk82
Moderator
10 Questions, 108 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

108 × Eureka!
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Just a quick question: how can i pull off the scaler data json from server without downloading them one by one?
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, i’m currently running clearml with pytorch and everytime i run into torch.load(os.path.join(root, self.feat_pt))there’ll be a message: Task connect, seco...
4 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
I got a quick question of using custom conf for clearml agent, i tried this line clearml-agent --config-file ~/clearml-iris.conf clearml-agent --config-file ...
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi guys, i’m trying to install it my lab server, but when i try to create credentials, it says error and gives more info: Error 301 : Invalid user id: id=f46...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hey, After i update to clearml 1.0.2, it seems the server cannot record the log data
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Another problem is that when using mp.spawn to init distributed training in pytorch, Task.current_task().get_logger() on worker process will throw 'NoneType'...
4 years ago
0 Votes
46 Answers
130K Views
0 Votes 46 Answers 130K Views
4 years ago
0 Votes
33 Answers
132K Views
0 Votes 33 Answers 132K Views
Dear developers, I encountered a question that the local module cannot be found when pulling task from queue. I opened a issue here https://github.com/allegr...
3 years ago
0 Just A Quick Question: How Can I Pull Off The Scaler Data Json From Server Without Downloading Them One By One?

the method you said before solved my problem. I ask about the API because i think that could be another way to get all experiment list

4 years ago
0 Just A Quick Question: How Can I Pull Off The Scaler Data Json From Server Without Downloading Them One By One?

I think so, let me give it a try, btw, I just found server API but not sure how to use it, for example /debug.ping, should i post request on “ http://localhost:8080/debug/ping ” or “ http://localhost:8080/debug.ping ”?

4 years ago
0 <image>

So what if i want three tasks running in parallel, should i Task.init in the main process and change the task name in the sub process?

4 years ago
0 I Got A Quick Question Of Using Custom Conf For Clearml Agent, I Tried This Line

i’m setting the environment variable in the python script like this
os.environ['CLEARML_CONFIG_FILE'] = str(Path.home()/f"clearml-{socket.getfqdn()}.conf")then task.init

4 years ago
0 I Got A Quick Question Of Using Custom Conf For Clearml Agent, I Tried This Line

i just tried, but is still open result on public server.

4 years ago
0 I Got A Quick Question Of Using Custom Conf For Clearml Agent, I Tried This Line

before i renamed it, i can log the experiment successfully, i basically add task.init to the python script then just run that script

4 years ago
0 I Got A Quick Question Of Using Custom Conf For Clearml Agent, I Tried This Line

It only works that we set the CLEARML_CONFIG_FILE before script running

4 years ago
4 years ago
0 <image>

and one experiment takes 40 hours to run, so i let them run in parallel

4 years ago
0 <image>

in my case, we need to evaluate the result across many random seeds, so each task needs to log the result independently.

4 years ago
0 Hi All, Is There Any Way To Recover The Experiment On Demo Host? I Download All The Logs But Seems It Only Contain The Console Log Not The Scaler Report. This Is A Very Long Time Training And Very Important To My Project, Hope Any One Can Help Me Find It.

Thank you! another question this method seems need to get the result one by one on the fly. Because i have lots of complete experiments, is there a way that i can pull all scalars at once? Or, can i get experiments list and pull the data?

4 years ago
0 Hi, I’M Trying To Setup The Trains Server On My Own Computer And Everything Is Fine Until I Need To Create New Credentials, Is Pop Up A Window Say “Unable To Create Credentials” I’M Not Sure If I Missed Something And How Can I Check? Btw, I Couldn’T Run

i’m trying to install it my lab server, but the same problem happen, when i try to create credentials, it say error but this time it give more info:
Error 301 : Invalid user id: id=f46262bde88b4928997351a657901d8b, company=d1bd92a3b039400cbafc60a7a5b1e52b

4 years ago
Show more results compactanswers