BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
137 stars 34 forks source link

fix `LightningDeprecationWarning` #255

Closed SagiPolaczek closed 1 year ago

SagiPolaczek commented 1 year ago

Describe the bug\

....../python3.8/site-packages/pytorch_lightning/callbacks/base.py:22: LightningDeprecationWarning: pytorch_lightning.callbacks.base.Callback has been deprecated in v1.7 and will be removed in v1.9. Use the equivalent class from the pytorch_lightning.callbacks.callback.Callback class instead.
SagiPolaczek commented 1 year ago

This was fixed on #254