-
Notifications
You must be signed in to change notification settings - Fork 235
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
Error while running main.py file #18
Comments
It seems you import incorrect utils.py, utils.py definitely has bdnn_transform. |
Sorry!! There were 2 utils file. I choosed the wrong one. |
We already remove the dependency : ). From py branch you can enjoy full python version. |
Okay !! 👍 |
No while I already have the spectrogram feature based VAD but not arranged yet for uploading. I will upload that version in this month. thank you! |
Thanks!! Eagerly waiting for that. |
More eagerly waiting now as i find matlab is paid. :):) |
Traceback (most recent call last):
File "./lib/python/VAD_test.py", line 60, in
pred, label = graph_test.do_test(graph_list[-1], data_dir, norm_dir, data_len, is_default, mode)
File "/home/rajeev/pb/VAD/lib/python/graph_test.py", line 89, in do_test
valid_inputs, valid_labels = valid_data_set.next_batch(valid_batch_size)
File "/home/rajeev/pb/VAD/lib/python/data_reader_bDNN_v2.py", line 144, in next_batch
inputs = utils.bdnn_transform(inputs, self._w, self._u)
AttributeError: module 'lib.matlab_py.utils' has no attribute 'bdnn_transform'
utils file does not contain any function with name bdnn_transform.
Any help ??
The text was updated successfully, but these errors were encountered: