You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
features = np.resize(features, (-1, nb_features))
ValueError: all elements of new_shape must be non-negative".