Closed ttslr closed 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!
I sloved it by
“pip install -U numpy”
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!