Closed ShroukMansour closed 1 month ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
It is now under segmentation_models_pytorch.encoders.unetplusplus
How could you solve this issue?
@canekkazan you can downgrade the package to load model
To which version should I downgrade?
The model weights that I use are trained on torch == 1.7.1 and segmentation-models-pytorch == 0.1.3 which creates so many conflicts. Here is the model weights I try to load https://github.com/TolgaBkm/Istanbul_Dataset
If possible, I would like to downgrade a newer version of SMP so that I will not need a very old version of pytorch and I will not have so many conflicts
It probably should work with any pytorch version, only segmentation-models-pytorch should be downgraded to 0.1.3
It looks like this issue was resolved. If you still encounter any issues, let us know.
I was using an older version from segmentation models and everything was working fine, when i've upgraded to the latest version i got this error message
here is the ouput of pip show segmentation-models-pytorch
how can i fix this issue?