jamesdolezal / slideflow

Deep learning library for digital pathology, with both Tensorflow and PyTorch support.
https://slideflow.dev
GNU General Public License v3.0
234 stars 39 forks source link

Update neptune_utils.py #313

Closed luiscarm9 closed 9 months ago

luiscarm9 commented 10 months ago

Minor updates to solve some Neptune warnings on the new syntax. I still get multiple warnings with the type of variables. Can you have a look at line 76, it only works for me when the type is changed.

jamesdolezal commented 10 months ago

Thanks for the patch! I'll take a closer look and cross-test against older neptune versions to ensure we maintain backwards compatibility.

jamesdolezal commented 9 months ago

Everything looks good! Thank you again for the contribution!