Unanswered
Hi All, Does Anyone Know How I Can Use Python To Load The Configuration Of A Saved Experiment/Model Using Its Id?
So you can get the experiment details using:from clearml.backend_api.session.client import APIClient client = APIClient() task_data = client.tasks.get_by_id(<task-id>)
175 Views
0
Answers
2 years ago
one year ago