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
ZanySealion18
Moderator
11 Questions, 46 Answers
  Active since 03 November 2023
  Last activity 22 days ago

Reputation

0

Badges 1

43 × Eureka!
0 Votes
8 Answers
554 Views
0 Votes 8 Answers 554 Views
8 months ago
0 Votes
8 Answers
272 Views
0 Votes 8 Answers 272 Views
"clearml-data sync --folder ." doesn't work
2 months ago
0 Votes
11 Answers
571 Views
0 Votes 11 Answers 571 Views
I've been using ClearML on on-premise machines and would now like to deploy everything in GCP (deploy everything new from scratch, don't care about migrating...
8 months ago
0 Votes
11 Answers
761 Views
0 Votes 11 Answers 761 Views
ClearML doesn't pick up model checkpoints automatically. Any idea what might be wrong? (code attached in the thread). Thanks
10 months ago
0 Votes
0 Answers
530 Views
0 Votes 0 Answers 530 Views
Hey folks, could anyone please take a look at this thread? Thanks! None
9 months ago
0 Votes
7 Answers
247 Views
0 Votes 7 Answers 247 Views
2 months ago
0 Votes
6 Answers
57 Views
0 Votes 6 Answers 57 Views
Reporting NoneType scalars. Is it possible to report None somehow, to skip the point on a plot? If I just skip it, it will interpolate between the previous a...
24 days ago
0 Votes
3 Answers
224 Views
0 Votes 3 Answers 224 Views
After publishing task, one of the two models gets deleted from artifacts.
2 months ago
0 Votes
6 Answers
558 Views
0 Votes 6 Answers 558 Views
My agent (running on GCP in docker mode) is having trouble with git fetch --all. I'm using SSH for authentication, however, known_hosts doesn't seem to be pa...
8 months ago
0 Votes
3 Answers
479 Views
0 Votes 3 Answers 479 Views
8 months ago
0 Votes
14 Answers
285 Views
0 Votes 14 Answers 285 Views
2 months ago
0 "Clearml-Data Sync --Folder ." Doesn'T Work

Once I used clearml-data add --folder * API everything works correctly (though all files recursively ended up in the root, I had luck all were named differently).

2 months ago
one month ago
0 Clearml Doesn'T Pick Up Model Checkpoints Automatically. Any Idea What Might Be Wrong? (Code Attached In The Thread). Thanks

@<1523701087100473344:profile|SuccessfulKoala55> Kind reminder again, thanks and sorry!

9 months ago
0 After Publishing Task, One Of The Two Models Gets Deleted From Artifacts.

I'll try to reproduce it and will get back at you. The HPO task (parent of this task) was deleted indeed but that shouldn't matter? One of the models was deleted but the other one wasn't.

2 months ago
0 Clearml (Remote Execution) Sometimes Doesn'T "Pick-Up" Gpu. After I Rerun The Task It Picks It Up. Seems Random, Doesn'T Happen Too Often (Maybe Once In 30-40 Times) And I Cannot Seem To Detect Any Pattern. Did Anyone Else Notice This? Agents Are Vms On G

In the Task info tab there is no GPU and pytorch doesn't see the cuda device.
I'm not sure how to debug it, that would be my first question. So I should first check if docker is executed with --gpus? I'll pay attention to this next time this happens, thanks.

2 months ago
0 Clearml (Remote Execution) Sometimes Doesn'T "Pick-Up" Gpu. After I Rerun The Task It Picks It Up. Seems Random, Doesn'T Happen Too Often (Maybe Once In 30-40 Times) And I Cannot Seem To Detect Any Pattern. Did Anyone Else Notice This? Agents Are Vms On G

I'll check the docker command next time this happens, thanks! For the machines, all of them have GPUs (and are in fact identical/cloned VMs) and if I rerun it and get the same exact machine again it works so it's some part of "GPU detection" or something, we'll know more hopefully once it happens again, thanks.

2 months ago
0 "Clearml-Data Sync --Folder ." Doesn'T Work

@<1523701205467926528:profile|AgitatedDove14> Any ideas on this issue? Thanks!

2 months ago
0 Clearml (Remote Execution) Sometimes Doesn'T "Pick-Up" Gpu. After I Rerun The Task It Picks It Up. Seems Random, Doesn'T Happen Too Often (Maybe Once In 30-40 Times) And I Cannot Seem To Detect Any Pattern. Did Anyone Else Notice This? Agents Are Vms On G

Found this, seems to be exactly this: None
It appears that running docker as --privileged resolves the issue which is easier for me than to edit all of the instances I've already created. Is there an easy way to add a docker argument in the python script?
I've tried task.set_base_docker(docker_arguments="--privileged") right after Task.init but it doesn't seem to work.
Thanks!

one month ago
0 My Agent (Running On Gcp In Docker Mode) Is Having Trouble With Git Fetch --All. I'M Using Ssh For Authentication, However, Known_Hosts Doesn'T Seem To Be Passed To The Docker So It Prompts For Authentification/Fingerprint. Any Ideas?

Tried but it didn't help. I suspect the issue is here: "'docker', 'run', '-t', '--gpus', '"device=0"', '-v', '/tmp/ssh-krPvUxRks5/agent.1949:/tmp/ssh-krPvUxRks5/agent.1949', '-e', 'SSH_AUTH_SOCK=/tmp/ssh-krPvUxRks5/agent.1949'"

It passes SSH socket instead of .ssh directory (not sure why, an agent I have running on my own machine behaves differently)? Do you happen to know how to fix this? Thanks!

8 months ago
Show more results compactanswers