-
Notifications
You must be signed in to change notification settings - Fork 936
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
bug in dump_rnn.py #85
Comments
Any one who has come up with the question ? |
Maybe that's the biggest problem |
Try it:
|
Thanks 大佬,加个QQ详细指导下可以吗? |
If ./compile.sh |
Hey, can I have your QQ ? I have some questions.. thanks |
I guess the next should follow the procedures of readme.
But I ran into another bug as #74 after make. |
Hi,
in the script,
f.write('const struct RNNModel rnnoise_model_{} = {{\n'.format(sys.argv[4]))
but in TRAINING
./dump_rnn.py weights.hdf5 ../src/rnn_data.c ../src/rnn_data.h
So where's the forth parameter ?
and so the bug ups
Traceback (most recent call last): File "./dump_rnn.py", line 96, in <module> f.write('const struct RNNModel rnnoise_model_{} = {{\n'.format(sys.argv[4])) IndexError: list index out of range
That's the problem.
The text was updated successfully, but these errors were encountered: