shahules786 / mayavoz

Pytorch based speech enhancement toolkit.
MIT License
328 stars 21 forks source link

Update model.py #53

Open davidmartinrius opened 5 months ago

davidmartinrius commented 5 months ago

bugfix. pytorch_lightning.utilities.cloud_io was throwing an exception

I fixed it replacing this from pytorch_lightning.utilities.cloud_io import load as pl_load by by this from lightning_fabric.utilities.cloud_io import _load as pl_load

eishan05 commented 2 months ago

ping on this