archinetai / audio-diffusion-pytorch-trainer

Trainer for audio-diffusion-pytorch
MIT License
127 stars 22 forks source link

Training following pip --upgrade of packages #3

Closed rlabs-oss closed 2 years ago

rlabs-oss commented 2 years ago

internal/utils.py", line 648, in _locate raise ImportError( ImportError: Error loading 'audio_diffusion_pytorch.VDistribution': ModuleNotFoundError("No module named 'audio_diffusion_pytorch.VDistribution'") Are you sure that 'VDistribution' is importable from module 'audio_diffusion_pytorch'?

From where is the VDistribution installed from or used?

ModeratePrawn commented 2 years ago

@rlabs-oss What was the solution for this issue? I have upgraded and am running into the same.

flavioschneider commented 2 years ago

You have to use audio_diffusion_pytorch.VKDistribution instead, I still have to delete those old experiments that are not up to date