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
WickedBee96
Moderator
17 Questions, 33 Answers
  Active since 10 January 2023
  Last activity 12 days ago

Reputation

0

Badges 1

33 × Eureka!
0 Votes
16 Answers
581 Views
0 Votes 16 Answers 581 Views
trying to access the CSV file uploaded on the clearML dataset in my local device is giving me some errors
one year ago
0 Votes
0 Answers
22 Views
0 Votes 0 Answers 22 Views
one year ago
0 Votes
0 Answers
19 Views
0 Votes 0 Answers 19 Views
one year ago
0 Votes
0 Answers
19 Views
0 Votes 0 Answers 19 Views
one year ago
0 Votes
0 Answers
542 Views
0 Votes 0 Answers 542 Views
I upload the dataset here so how to connect it with the running task in the queue??
one year ago
0 Votes
0 Answers
615 Views
0 Votes 0 Answers 615 Views
this is my code, it was working fine with the same clearML agent and server I don't know why to it gives error
one year ago
0 Votes
4 Answers
528 Views
0 Votes 4 Answers 528 Views
one year ago
0 Votes
2 Answers
582 Views
0 Votes 2 Answers 582 Views
one year ago
0 Votes
0 Answers
554 Views
0 Votes 0 Answers 554 Views
I didnt spesfy the mode of the agent I just wrote "clearml-agent daemon"
one year ago
0 Votes
4 Answers
624 Views
0 Votes 4 Answers 624 Views
one year ago
0 Votes
0 Answers
541 Views
0 Votes 0 Answers 541 Views
Like here in the example they put minimum and maximum
one year ago
0 Votes
0 Answers
502 Views
0 Votes 0 Answers 502 Views
I have a question regarding running a model on the agent with an external dataset, I have the dataset in my local device and I connected it with the clearML ...
one year ago
0 Votes
6 Answers
594 Views
0 Votes 6 Answers 594 Views
I am facing this error while trying to run my code
one year ago
0 Votes
23 Answers
533 Views
0 Votes 23 Answers 533 Views
one year ago
0 Votes
4 Answers
560 Views
0 Votes 4 Answers 560 Views
Trying another device to connect with my clearML server produced this, how could I fix it?
one year ago
0 Votes
0 Answers
515 Views
0 Votes 0 Answers 515 Views
specify*
one year ago
0 Votes
7 Answers
682 Views
0 Votes 7 Answers 682 Views
why it is not running if I specify the agent on the docker mode , usually I just run "clearml-agent daemon" and it works but today I am trying "clearml-agent...
one year ago
0 Trying Another Device To Connect With My Clearml Server Produced This, How Could I Fix It?

Is it related to the python versions? When I run the same code on my first device through clearML to the agent it works fine (the version of the first device is 3.10.6) but I think it is not related to the version

one year ago
0 I Have A Question Regarding Running The Code On The Remote Machine, Each Time I Run The Code I See The Console In The Clearml Server Start Downloading All The Libraries I Used In The Code And When I Run Another Code The Same Thing Happens So Why It Has To

Yes I mean the python packages, I would prefer to have all the installation once and if a new package is used just to install the new package not every time the same packages get installed many times.

one year ago
0 Trying To Access The Csv File Uploaded On The Clearml Dataset In My Local Device Is Giving Me Some Errors

so how to get the path for the file itself not all the files? 😓

one year ago
0 I Have A General Question About This Part In Dynamic Gpu Allocation. If For Example I Have A Machine That Has 8 Gpus And I Have 3 Queues: Queue1 Will Take 3Gpus, Queue2 Will Take Another 3Gpus, So In Queue3 Can I Put 2-4 Gpus?? If There Are Idle Gpus So T

so for example if there was an idle GPU and Q3 take it and then there is a task comes to Q2 which we specified 3GPU but now the Q3 is taken some of these GPU what will happen

one year ago
0 I Have A General Question About This Part In Dynamic Gpu Allocation. If For Example I Have A Machine That Has 8 Gpus And I Have 3 Queues: Queue1 Will Take 3Gpus, Queue2 Will Take Another 3Gpus, So In Queue3 Can I Put 2-4 Gpus?? If There Are Idle Gpus So T

yes Just i want to make sure it will work as intended so just queue 3 will take any idle GPU when there is a task to pull if there is no idle GPU will be 2 GPUs only

one year ago
0 I Am Facing This Error While Trying To Run My Code

I am running the agent by (clearml-agent daemon) so I thing it is running using virtual environment mode not docker

one year ago
0 I Am Facing This Error While Trying To Run My Code

ok the problem solved by "pip install virtualenv" on the agent 😁

one year ago
one year ago
Show more results compactanswers