Hi, I was trying to install and run DeepSpeech ClI on Intel AI DevCloud instance but got this error while starting off.
[u8748@c009 ~]$ deepspeech models/output_graph.pb audio-test.wav models/alphabet.txt
Loading model from file models/output_graph.pb
terminate called after throwing an instance of 'std::system_error'
what(): Resource temporarily unavailable
Aborted
I feel that this is due to some kind of restrictions in the instance but I am not sure about it and also not sure how to solve this. Please let me know if you have any idea around this.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
6
Thanks. Any particular reason you try to use this platform? I don’t even know where this std::system_error comes from. Can you gdb into ? Or try with the C++ native client code to check if it’s because of Python ?
By platform, did you mean DevCloud ? If yes, they are providing a kind of powerful instance free for educational purpose. So not having enough powerful device with me, I am using this platform.
Yes, I think, I can gdb into:
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-80.el7
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb)
I am not sure how to check what is causing the issue. Any link or guide you can provide to test this ?
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
8
Awesome thing to know about. Actually, my current device is terrible. Thanks for the information though. I will try to do things in the instance for now and later will try in my device also.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
12
Memory it was. In the instance, there was restriction on using the memory for user node. What I had to do was, make a job file for the code(task) and schedule it and then only it would use entire memory. It was the issue with the Devcloud solely.
Thanks for your help. You are really nice.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
16