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
I trained a lot of models on version 0.4.0. After upgrade to 0.5.0 I can't load them anymore, as I get errors like
AttributeError: Can't get attribute 'DecoderBlock' on <module 'segmentation_models_pytorch.decoders.unet.decoder' from '/home/christian/dev/HSP/libraries/atnc_mcv/venv/lib/python3.12/site-packages/segmentation_models_pytorch/decoders/unet/decoder.py'>
So, how can I keep using my trained models with the new version?