Replies: 2 comments
-
I also tried Dockerfile.ngramtools but get the same |
Beta Was this translation helpful? Give feedback.
0 replies
-
similar segmentation fault when running eval_greedy_decoding_with_context_biasing with batch size =1 and device=cpu |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For evaluating beamsearch I use NeMo image
docker pull nvcr.io/nvidia/nemo:24.01.speech
inside this container I runinstall_beamsearch_decoders.sh
after I run eval script like bellow,But I'm getting
Caught signal 11 (Segmentation fault: address not mapped to object at address 0x10)
Here is the error logs,Is it supposed to happen? or I'm missing something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions