Reputation
Badges 1
7 × Eureka!Hi TimelyMouse69 , Thank you for your reply.
It was done with Task.running_locally()
.
Thank you very much.
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.
Hi SuccessfulKoala55 , Thank you for your reply.
We will consider it for future development work.
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...
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],...
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 `
Hi SuccessfulKoala55 , Thank you for your reply.
I understand that this is an unsupported feature.
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)
.
Hi @<1523701070390366208:profile|CostlyOstrich36> , Thank you for your reply.
There is no function to delete uploaded files.
thank you for answering.
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?