You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that GPU memory increases with every batch when class_specific_scores is True and training on the new_kwyk_data. This is not the case when class_specific_scores is False → identify the memory leak
The text was updated successfully, but these errors were encountered:
https://github.com/sabeenlohawala/tissue_labeling/blob/45f1e1ee14491246cbb3c0cd6b17932ef5f91814/TissueLabeling/metrics/metrics.py#L86C9-L86C39
Noticed that GPU memory increases with every batch when
class_specific_scores
isTrue
and training on thenew_kwyk_data
. This is not the case whenclass_specific_scores
isFalse
→ identify the memory leakThe text was updated successfully, but these errors were encountered: