nii-yamagishilab / project-CURRENNT-public

CURRENNNT codes and scripts
GNU General Public License v3.0
77 stars 11 forks source link

"Error from which" while generating waveform #8

Open ViriAldi opened 3 years ago

ViriAldi commented 3 years ago

Problem

I used testing script from here https://github.com/nii-yamagishilab/project-CURRENNT-scripts. Getting error:

terminate called after throwing an instance of 'std::runtime_error'
  what():  Error from which
Aborted

The precise location of trouble is CURRENNT_codes/currennt_lib/src/NeuralNetwork.cpp line 1855 All was compiled and used out of box with latest version.

TonyWangX commented 3 years ago

@ViriAldi Sorry for the trouble. This error is quite nasty -- it means that there is no other layer that sends input to this layer. This error only occurs with --mem-save mode for NSF generation. It is hard to tell what is happening without debugging.

Which model are you using?