BiaPyX / BiaPy

Open source Python library for building bioimage analysis pipelines
https://BiaPyX.github.io
MIT License
114 stars 28 forks source link

bug: import error: pytorch_msssim #77

Closed pr4deepr closed 2 months ago

pr4deepr commented 2 months ago

I was testing the master repo and I got this error when I started training:

from pytorch_msssim import ssim, ms_ssim, SSIM, MS_SSIM
ModuleNotFoundError: No module named 'pytorch_msssim

Cheers Pradeep

danifranco commented 2 months ago

I'm updating the dependencies now, pytorch_msssim needs to be installed in your environment.