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

Reputation

0

Badges 1

33 × Eureka!
0 Votes
0 Answers
930 Views
0 Votes 0 Answers 930 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 ...
2 years ago
0 Votes
16 Answers
972 Views
0 Votes 16 Answers 972 Views
trying to access the CSV file uploaded on the clearML dataset in my local device is giving me some errors
2 years ago
0 Votes
0 Answers
903 Views
0 Votes 0 Answers 903 Views
specify*
2 years ago
0 Votes
0 Answers
380 Views
0 Votes 0 Answers 380 Views
2 years ago
0 Votes
0 Answers
909 Views
0 Votes 0 Answers 909 Views
Like here in the example they put minimum and maximum
2 years ago
0 Votes
0 Answers
393 Views
0 Votes 0 Answers 393 Views
2 years ago
0 Votes
0 Answers
959 Views
0 Votes 0 Answers 959 Views
I didnt spesfy the mode of the agent I just wrote "clearml-agent daemon"
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K 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
2 years ago
0 Votes
0 Answers
904 Views
0 Votes 0 Answers 904 Views
I upload the dataset here so how to connect it with the running task in the queue??
2 years ago
0 Votes
23 Answers
917 Views
0 Votes 23 Answers 917 Views
2 years ago
0 Votes
2 Answers
999 Views
0 Votes 2 Answers 999 Views
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Votes
4 Answers
934 Views
0 Votes 4 Answers 934 Views
Trying another device to connect with my clearML server produced this, how could I fix it?
2 years ago
0 Votes
4 Answers
894 Views
0 Votes 4 Answers 894 Views
2 years ago
0 Votes
6 Answers
975 Views
0 Votes 6 Answers 975 Views
I am facing this error while trying to run my code
2 years ago
0 Votes
0 Answers
389 Views
0 Votes 0 Answers 389 Views
2 years 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.

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

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

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

2 years ago
0 I Am Facing This Error While Trying To Run My Code

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

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

2 years ago
Show more results compactanswers