acids-ircam / ddsp_pytorch

Implementation of Differentiable Digital Signal Processing (DDSP) in Pytorch
Apache License 2.0
442 stars 55 forks source link

'utils' module missed #2

Closed WeiLi233 closed 4 years ago

WeiLi233 commented 4 years ago

when I modified the params and tried to run train.py, An exception throwed: ModuleNotFoundError: No module named 'utils'

code/data.py line 10-11

from utils.transforms import LogTransform, NormalizeTensor, NoiseGaussian
from utils.plot import plot_batch, plot_batch_detailed
esling commented 4 years ago

Sorry for the setback @WeiLi233, we are currently reworking the overall synth architecture to make it truly modular, it should be settled by the end of this week

esling commented 4 years ago

We just added the missing files and updated the code, which now features a way more slick definition of the synthesizers as a simili-DAG chain.