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
9 Questions, 80 Answers
  Active since 10 January 2023
  Last activity 10 months ago

Reputation

0

Badges 1

80 × Eureka!
0 Votes
8 Answers
346 Views
0 Votes 8 Answers 346 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'...
2 years ago
0 Votes
4 Answers
360 Views
0 Votes 4 Answers 360 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...
2 years ago
0 Votes
0 Answers
339 Views
0 Votes 0 Answers 339 Views
Hey, After i update to clearml 1.0.2, it seems the server cannot record the log data
2 years ago
0 Votes
8 Answers
359 Views
0 Votes 8 Answers 359 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
15 Answers
351 Views
0 Votes 15 Answers 351 Views
2 years ago
0 Votes
23 Answers
312 Views
0 Votes 23 Answers 312 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 ...
2 years ago
0 Votes
30 Answers
323 Views
0 Votes 30 Answers 323 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...
one year ago
0 Votes
30 Answers
354 Views
0 Votes 30 Answers 354 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...
2 years ago
0 Votes
17 Answers
369 Views
0 Votes 17 Answers 369 Views
2 years ago
2 years ago
0 I Got A Quick Question Of Using Custom Conf For Clearml Agent, I Tried This Line

i tried to add environment right before importing clearml, but it doesn’t work as expected
os.environ['CLEARML_CONFIG_FILE'] = str(Path.home()/f"clearml-{socket.getfqdn()}.conf") from clearml import Task Task.init(project_name="Alfred", task_name="finalized", auto_connect_frameworks={'pytorch': False})

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

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

Yes, when i put the task init into the spawn function, it can run without error, but it seems that each of the child process has their own experiments
ClearML Task: created new task id=54ce0761934c42dbacb02a5c059314da ClearML Task: created new task id=fe66f8ec29a1476c8e6176989a4c67e9 ClearML results page: ClearML results page: `
ClearML Task: overwriting (reusing) task id=de46ccdfb6c047f689db6e50e6fb8291
ClearML Task: created new task id=91f891a272364713a4c3019d0afa058e
ClearML re...

2 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

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

I think this is not related to pytorch, because it shows the same problem with mp spawn

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

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

2 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

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

so basically, the spawn will run a function in several separate processes, so i followed the link you gave above and put task.init into that function.
i guess in this way, there will be multiple task.init running.

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

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

2 years ago
Show more results compactanswers