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

Reputation

0

Badges 1

108 × Eureka!
0 Votes
17 Answers
982 Views
0 Votes 17 Answers 982 Views
3 years ago
0 Votes
33 Answers
16K Views
0 Votes 33 Answers 16K 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
0 Answers
945 Views
0 Votes 0 Answers 945 Views
Hey, After i update to clearml 1.0.2, it seems the server cannot record the log data
3 years ago
0 Votes
46 Answers
24K Views
0 Votes 46 Answers 24K Views
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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
17 Answers
992 Views
0 Votes 17 Answers 992 Views
3 years ago
0 Votes
8 Answers
973 Views
0 Votes 8 Answers 973 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
23 Answers
889 Views
0 Votes 23 Answers 889 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
974 Views
0 Votes 8 Answers 974 Views
Just a quick question: how can i pull off the scaler data json from server without downloading them one by one?
3 years ago
0 Votes
4 Answers
977 Views
0 Votes 4 Answers 977 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
3 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 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 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
3 years ago
0 <image>

i can only see the init log

3 years ago
0 <image>

seems the not logging problem is back

3 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

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

3 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 tired to run trains-compose without -d to say the log,
trains-agent-services | trains_agent: ERROR: Connection Error: it seems api_server is misconfigured. Is this the TRAINS API server http://apiserver:8008 ?
trains-agent-services | http://192.5.53.86:8081 http://192.5.53.86:8080 http://apiserver:8008
I didn’t assign anything to TRAINS_HOST_IP, not sure if the apiserver:8008 caused the problem

3 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

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

3 years ago
0 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=F46262Bde88B4928997351A657901D8B, Company=D1Bd92A3B039400Cbafc60A7A5B1E52B

I’ve been added multi-node support for my code, and i found our lab seems only have shared user file because i installed trains on one node, but it doesn’t appear on the others

3 years ago
0 <image>

No sure, here is the code

3 years ago
Show more results compactanswers