-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
streaming_tds_model_converter error #646
Comments
Hi, could you provide the arch file you are using. Also, if you can |
i use network.arch 8 Temporal Convolutions followed by 2 Linear layers with ReLU activations.First Conv layer has stride of 2. All Conv layers perform "SAME" padding.V -1 1 NFEAT 0 |
Hi, |
Thanks |
after Train model with network.arch and test,
I try to General feature_extractor.bin by streaming_tds_model_converter , terminate called after throwing an instance of 'std::invalid_argument'
command :
/root/wav2letter/build/tools/streaming_tds_model_converter -am /home/bjl/data/data_aishell/aishelltrainlogs/001_model_last.bin --outdir ./
output :
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoi
*** Aborted at 1588934677 (unix time) try "date -d @1588934677" if you are using GNU date ***
PC: @ 0x7fc2bd67ee97 gsignal
*** SIGABRT (@0x4498) received by PID 17560 (TID 0x7fc302b4e3c0) from PID 17560; stack trace: ***
@ 0x7fc2c537c890 (unknown)
@ 0x7fc2bd67ee97 gsignal
@ 0x7fc2bd680801 abort
@ 0x7fc2be073957 (unknown)
@ 0x7fc2be079ab6 (unknown)
@ 0x7fc2be079af1 std::terminate()
@ 0x7fc2be079d24 __cxa_throw
@ 0x7fc2be0757e3 (unknown)
@ 0x561416a36db3 ZN9__gnu_cxx6__stoaIlicJiEEET0_PFT_PKT1_PPS3_DpT2_EPKcS5_PmS9.constprop.24545
@ 0x5614169cc839 main
@ 0x7fc2bd661b97 __libc_start_main
@ 0x561416a364ba _start
Aborted (core dumped)
Is there problem with the command ? Thank you!
The text was updated successfully, but these errors were encountered: