Skip to content
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

Open
rajeevbaalwan opened this issue Jan 22, 2019 · 7 comments
Open

Error while running main.py file #18

rajeevbaalwan opened this issue Jan 22, 2019 · 7 comments

Comments

@rajeevbaalwan
Copy link

rajeevbaalwan commented Jan 22, 2019

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 ??

@jtkim-kaist
Copy link
Owner

It seems you import incorrect utils.py, utils.py definitely has bdnn_transform.

@rajeevbaalwan
Copy link
Author

Sorry!! There were 2 utils file. I choosed the wrong one.
When u are removing matlab dependency for MRCG Extraction and other TODO's. ????????

@jtkim-kaist
Copy link
Owner

We already remove the dependency : ). From py branch you can enjoy full python version.

@rajeevbaalwan
Copy link
Author

rajeevbaalwan commented Jan 23, 2019

Okay !! 👍
Does py branch support spectogram feature(didn't found in training script) instead of MRCG ???

@jtkim-kaist
Copy link
Owner

jtkim-kaist commented Jan 23, 2019

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!

@rajeevbaalwan
Copy link
Author

Thanks!! Eagerly waiting for that.

@rajeevbaalwan
Copy link
Author

More eagerly waiting now as i find matlab is paid. :):)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants