vanvalenlab / deepcell-label

Cloud-based data annotation tools for biological images
https://label.deepcell.org
Other
76 stars 14 forks source link

Tfjs memory leaks #434

Closed ykevu closed 1 year ago

ykevu commented 1 year ago

This is currently mainly relevant for the SNGP model that has not been merged in yet, but testing that has given memory warnings that can be addressed using the tf.tidy() function for cleaning up allocated tensors.

ykevu commented 1 year ago

Will keep on the lookout but should hopefully not be an issue with #436