Unanswered
Hi Clearml Team, I Am Trying To Figure Out The Best Practice To Keep Track Of Different Models. The Lineage Functionality In The Models Tap Is Generally Helpful. But First Of All, I Need To Be Able To Find Which Project A Model Belongs To, Then Navigate T
m = Model(model_id)
print("Model.id:", m.id) # <- this is returning model_id, but I need project_id or project_name
print("Model.data:", m.data) # <- AttributeError: 'Model' object has no attribute 'data'
1 Views
0
Answers
21 hours ago
16 hours ago