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

ModuleNotFoundError while running the blstm_model_run.py script #3

Open
violetlisakim224 opened this issue Jul 20, 2024 · 0 comments
Open

Comments

@violetlisakim224
Copy link

Hello. My team is trying to analyze our raw eye movement data using your algorithm. I installed sp-tool according to the steps provided in the README, converted the data containing (time, x, y, confidence) into arff file, did feature extraction using AnnotateData, and finally trying to run python blstm_model_run.py. However, it is keep giving me the error below.

ModuleNotFoundError: No module named 'util'

This is the full text including most recent calls

Traceback (most recent call last): File "C:\Users\mjmj2\Desktop\deep_em_classifier-master\blstm_model_run.py", line 12, in <module> from sp_tool.evaluate import CORRESPONDENCE_TO_HAND_LABELLING_VALUES File "C:\Users\mjmj2\AppData\Roaming\Python\Python311\site-packages\sp_tool-0.7.0-py3.11.egg\sp_tool\evaluate.py", line 14, in <module> File "C:\Users\mjmj2\AppData\Roaming\Python\Python311\site-packages\sp_tool-0.7.0-py3.11.egg\sp_tool\data_loaders.py", line 9, in <module> ModuleNotFoundError: No module named 'util'

It would be great if we could get some help with this. Thank you for developing & allowing the usage of this amazing algorithm! Please keep up with the great work.

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

1 participant