-
Notifications
You must be signed in to change notification settings - Fork 239
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
import error #62
Comments
Hm yup same problem here .... |
from lipnet.lipreading.videos import Video I got this error |
$ ./train random_split |
So, you can overcome this error by copying predict.py script to parent directory or change import statement based on the availability of "lipnet" directory which has a scope inside parent directory but not under "evaluation" directory |
from lipnet.lipreading.generators import BasicGenerator
ImportError: No module named lipnet.lipreading.generators
The text was updated successfully, but these errors were encountered: