v0.2.1
Package Name Change
- Added pip package
torch-log-wmse
. Now the package can be installed as eithertorch-log-wmse
ortorch-log-wmse-audio-quality
. - Changed name of imports to
torch_log_wmse
independent of installation name (i.e.pip install torch-log-wmse
orpip install torch-log-wmse-audio-quality
). Imports now MUST be done as the following:
from torch_log_wmse import LogWMSE
Full Changelog: v0.1.8...v0.2.1