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 month ago

Reputation

0

Badges 1

108 × Eureka!
0 Votes
17 Answers
601 Views
0 Votes 17 Answers 601 Views
3 years ago
0 Votes
17 Answers
596 Views
0 Votes 17 Answers 596 Views
2 years ago
0 Votes
4 Answers
610 Views
0 Votes 4 Answers 610 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...
3 years ago
0 Votes
30 Answers
626 Views
0 Votes 30 Answers 626 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...
3 years ago
0 Votes
33 Answers
4K Views
0 Votes 33 Answers 4K 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...
2 years ago
0 Votes
8 Answers
602 Views
0 Votes 8 Answers 602 Views
Just a quick question: how can i pull off the scaler data json from server without downloading them one by one?
2 years ago
0 Votes
23 Answers
544 Views
0 Votes 23 Answers 544 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 ...
3 years ago
0 Votes
8 Answers
593 Views
0 Votes 8 Answers 593 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'...
3 years ago
0 Votes
46 Answers
6K Views
0 Votes 46 Answers 6K Views
2 years ago
0 Votes
0 Answers
586 Views
0 Votes 0 Answers 586 Views
Hey, After i update to clearml 1.0.2, it seems the server cannot record the log data
2 years ago
0 <image>

one quick question is that do i need to do some task.close() at the end of each process?

2 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

3 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

3 years ago
0 <image>

Let me know if you need some tests

2 years ago
0 <image>

working very well actually

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

i only want to use clearml agent to change the conf file

3 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?

2 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

3 years ago
0 Dear Developers, I Encountered A Question That The Local Module Cannot Be Found When Pulling Task From Queue. I Opened A Issue Here

Yeah the ultimate goal I'm trying to achieve is to flexibly running tasks for example before running, could have a claim saying how many resources I can and the agent will run as soon as it find there are enough resources

2 years ago
0 Hi, I’M Currently Running Clearml With Pytorch And Everytime I Run Into

Yes, i think trains might wrap the torch.load function, but the thing is that i need to load some part of the dataset using torch.load, so this error shows up many time during training, I found i can use this line:
task = Task.init(project_name="Alfred", task_name="trains_plot", auto_connect_frameworks={'pytorch': False})but does it mean i cannot monitor torch.load function any more?

3 years ago
2 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.

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

then i run the second one, it basically outputs the same as just init

3 years ago
0 Another Problem Is That When Using Mp.Spawn To Init Distributed Training In Pytorch,

what i want to do is to init one task and multiple works can log with this one task in parallel. TimelyPenguin76

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

when i run this one clearml-agent --config-file ~/clearml-iris.conf it output the help info

3 years ago
0 <image>

works most of time, this occurs only few times

2 years ago
Show more results compactanswers