Unanswered
Hi!
If I Want To Programmatically Extract Information On All (Clearml) Tasks Of A Given (Clearml) Project,
What Is The Recommended Way?
For Example - Let'S Say I Want To Extract Some Specific Metric Curves Points From All Of The Tasks
Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient
client = APIClient() `is the pythonic usage
170 Views
0
Answers
2 years ago
one year ago