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
BlushingHedgehong95
Moderator
3 Questions, 6 Answers
  Active since 17 May 2024
  Last activity 3 months ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
5 Answers
361 Views
0 Votes 5 Answers 361 Views
Hi, I have a question about creation of docker container using clearml-agent, can I set a proxy then pulling image from my local docker hub?
3 months ago
0 Votes
1 Answers
356 Views
0 Votes 1 Answers 356 Views
Hi, i have a problem about using ClearML-Serving. The tutorial shows that we can only send bytes or dict data to the preprocess method in the object called P...
3 months ago
0 Votes
6 Answers
414 Views
0 Votes 6 Answers 414 Views
hi, i am a newbie here and i am just struggling with some chanllenges when i self-host the ClearML Server ( in Linux - Ubuntu 20.04 ) Background : I successf...
3 months ago
0 Hi, I Have A Question About Creation Of Docker Container Using Clearml-Agent, Can I Set A Proxy Then Pulling Image From My Local Docker Hub?

@<1523701087100473344:profile|SuccessfulKoala55> OK! Thanks for your help 🙂 I will try it now, but i want to confirm that is <artifactory-url> meaning something like None ? Thanks Again ~

3 months ago
0 Hi, I Am A Newbie Here And I Am Just Struggling With Some Chanllenges When I Self-Host The Clearml Server ( In Linux - Ubuntu 20.04 )

@<1523701070390366208:profile|CostlyOstrich36> I just use the command to check the folder in the terminal ( both ls
And du -h <folder> ) , it shows that the datasets are still here! Also, I can still download file even when it is deleted via WebUI.

I guess there is some method to delete the files in the self-hosted clearml-fileserver like async_delete? 🥲

3 months ago
0 Hi, I Am A Newbie Here And I Am Just Struggling With Some Chanllenges When I Self-Host The Clearml Server ( In Linux - Ubuntu 20.04 )

I can do anything ( create,add,upload,delete,publish ) project/datasets successfully using CLI ( including information in DB and files in the local directory ) , However when I delete them via WebUI, all files can't not be removed from the local directory.

3 months ago
0 Hi, I Am A Newbie Here And I Am Just Struggling With Some Chanllenges When I Self-Host The Clearml Server ( In Linux - Ubuntu 20.04 )

Cany anyone help me 🥲

It seems like WebUI didn't trigger the delete event ( fileserver ) but only delete the information recorded in mongo ( like datasets/artifacts name , version...... etc )

3 months ago
0 Hi, I Am A Newbie Here And I Am Just Struggling With Some Chanllenges When I Self-Host The Clearml Server ( In Linux - Ubuntu 20.04 )

result in 【 tasks.delete_many API 】

"meta": {
"id": "c836e23d3308421fa8eb84e67217b0dc",
"trx": "c836e23d3308421fa8eb84e67217b0dc",
"endpoint": {
"name": "tasks.delete_many",
"requested_version": "2.28",
"actual_version": "1.0"
},
"result_code": 200,
"result_subcode": 0,
"result_msg": "OK",
"error_stack": "",
"error_data": {}
},
"data": {
"succeeded": [
{
...

3 months ago