r9y9 / nnmnkwii_gallery

A collection of examples demonstrating how we can build speech synthesis systems using nnmnkwii.
https://github.com/r9y9/nnmnkwii
Other
71 stars 21 forks source link

Segmentation fault (core dumped) in test part #8

Closed ttslr closed 5 years ago

ttslr commented 5 years ago

when I run the test code with DNN model, some errors appear like this: Segmentation fault (core dumped)

the error line is: acoustic_predicted = acoustic_model(x).data.numpy()

how can I do to solve it? thank you!

ttslr commented 5 years ago

I sloved it by

“pip install -U numpy”