I'm getting this error when running the generate.py script
Interpolating embeddings between instruments at each pitch...
generate.py:80: DeprecationWarning: object of type <class 'float'> cannot be safely interpreted as an integer.
x, y = np.meshgrid(np.linspace(0, grid_size, res+1), np.linspace(0, grid_size, res+1))
Traceback (most recent call last):
File "generate.py", line 279, in <module>
interpolate_embeddings()
File "generate.py", line 124, in interpolate_embeddings
interp = (embeddings.T * weights).T.sum(axis=0)
File "~/Coding/nsynth/VIRTUAL/lib/python3.7/site-packages/numpy/core/_methods.py", line 36, in _sum
return umr_sum(a, axis, dtype, out, keepdims, initial)
ValueError: operands could not be broadcast together with shapes (116,16) (125,16)
I'm getting this error when running the generate.py script
This is my settings.json
I'm using: python 3.7.6 numpy 1.16.0 tensorflow 1.15.3 magenta 1.3.1