LPCNet
LPCNet copied to clipboard
ValueError: all elements of `new_shape` must be non-negative
Hello.
I'm trying to test the trained model with training_tf2/test_lpcnet.py.
I got an error related to the numpy module,
"Traceback (most recent call last):
File "test_lpcnet.py", line 72, in new_shape must be non-negative".
What do I have to do?
same problem. Any solution?
Edit: okay, it turns out we should use reshape instead of resize...