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
SucculentWoodpecker18
Moderator
4 Questions, 10 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all, Can StorageManager delete uploaded files?
one year ago
0 Votes
4 Answers
990 Views
0 Votes 4 Answers 990 Views
Hi all, Please tell me how to get its own task in the task executed by Enqueue. I'm trying to get it with Task.current_task() , but I get None. The reason I ...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi all, The version of ClearML published on the web is 3.13. https://app.clear.ml/dashbord However, the version of clearml-web published on GitHub is 1.6. ht...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all, Are there any features listed somewhere that will be implemented in ClearML in the future?
one year ago
0 Hi All, Please Tell Me How To Get Its Own Task In The Task Executed By Enqueue. I'M Trying To Get It With

Hi TimelyMouse69 , Thank you for your reply.
It was done with Task.running_locally() .
Thank you very much.

one year ago
0 Hi All, The Version Of Clearml Published On The Web Is 3.13.

CostlyOstrich36 and SuccessfulKoala55
Thank you for your reply.
When do you plan to merge to master?
Also, how often will releases be made in the future?
Due to system maintenance, I would like to check if the version is updated regularly.

2 years ago
0 Hi All, The Version Of Clearml Published On The Web Is 3.13.

Hi SuccessfulKoala55 , Thank you for your reply.
We will consider it for future development work.

2 years ago
0 Hi The Project Is Displayed By Specifying The Id With Projects.Get_All_Ex, I Want To Output Only The Statistics Information Of A Specific Project Under The Specified Id. How Can I Set It So That Only A Specific Project Under The Specified Id Is Displayed?

Hi SuccessfulKoala55 , Thank you for your reply.

We are customizing the clearml-web UI.
I would like to change the project to be displayed when selecting the project on the left menu so that only the specified project can be displayed.

Project information can be obtained with the following API.
projects.get_all_ex

Since the Request has an ID, we were able to narrow down the projects by specifying the project ID.

However, stats.active.total_tasks counts tasks outside of the sp...

2 years ago
0 Hi All, The Version Of Clearml Published On The Web Is 3.13.

Hi CostlyOstrich36 ,
Thank you for your reply.I attach the code to reproduce.
` df = pd.DataFrame(
{
"SODUCUK18R":[1],"4GB3MXCKTU":[1],"PFXG31US45":[1],"NQOYJWM4FY":[1],"6SRIX96AUE":[1],"MWC5I7YORO":[1],"261O0P8G40":[1],"A7JDVU2HFE":[1],"LATKPNYZL1":[1],"2ZJMHL5M0Z":[1],"QPFKVQDZTM":[1],"YDTYB1I5U9":[1],"RYEA0EQONO":[1],"OIB36B7WVS":[1],"I7AH3CI5GI":[1],"COIZTTRW14":[1],"D8K6NIG1O4":[1],"7JOJA2BR2S":[1],"LQI8NISFNS":[1],"YSP27Z5S8D":[1],"W1E6UWWHOB":[1],"9HM7QCWD67":[1],"O3Y5TGD5XG":[1],...

2 years ago
0 Hi The Project Is Displayed By Specifying The Id With Projects.Get_All_Ex, I Want To Output Only The Statistics Information Of A Specific Project Under The Specified Id. How Can I Set It So That Only A Specific Project Under The Specified Id Is Displayed?

Hi SuccessfulKoala55 , Thank you for your reply.
It works as per your comment.

Is it possible to count total_tasks by specifying subprojects?
(only counts tasks in the specified subprojects, not all subprojects)

` example)
project data:
id=XXX name=ProjectA total_tasks=15
id=YYY name=ProjectA/SUB1 total_tasks=10
id=ZZZ name=ProjectA/SUB2 total_tasks=5

get_all_ex.request:
id="XXX","YYY"

get_all_ex.response:
id=XXX name=ProjectA total_tasks=10
id=YYY name=ProjectA/SUB1 total_tasks=10 `

one year ago
0 Hi All, Please Tell Me How To Get Its Own Task In The Task Executed By Enqueue. I'M Trying To Get It With

Hi TimelyMouse69 , Thank you for your reply.
Requires Task.init() .
Thank you very much.

I would like to ask you one more thing.

Is there a way to determine if it was launched with Enqueue before Task.init() .
1.When starting with Enqueue, get the task with Task.init() .
2. If not started with Enqueue, create a new task with Task.init(project_name=XXX,task_name=XXX) .

one year ago
0 Hi All, Can Storagemanager Delete Uploaded Files?

Hi @<1523701070390366208:profile|CostlyOstrich36> , Thank you for your reply.
There is no function to delete uploaded files.
thank you for answering.

one year ago
0 Hi All, Are There Any Features Listed Somewhere That Will Be Implemented In Clearml In The Future?

Hi @<1523701070390366208:profile|CostlyOstrich36> , Thank you for your reply.
No features to request.
However, I would like to know what kind of functions are planned to be implemented in future version upgrades.
Where can I check the schedule?

one year ago