Skip to content

The example code on my machine yields ValueError.  #12

@guanyuelee

Description

@guanyuelee

I use the exact example code as you provided in the README, but I caught error like this:

Traceback (most recent call last):
  File "my_test.py", line 29, in <module>
    print(np.mean((output - audio) ** 2)) # on order of 1e-16
ValueError: operands could not be broadcast together with shapes (1,1,220416) (1,220500)

I know it's okay to check the shape before further processing, but I just want to know how to resolve that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions