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: No module named 'model' #3

Open
micrem73 opened this issue Oct 10, 2022 · 0 comments
Open

ModuleNotFoundError: No module named 'model' #3

micrem73 opened this issue Oct 10, 2022 · 0 comments

Comments

@micrem73
Copy link

I got this error while trying to compile the notebook.
Searching a solution I got that model is now part of neuralnet model.
Adding "from neuralnet import model..." raised other kind of errors.


ModuleNotFoundError Traceback (most recent call last)
Cell In [48], line 5
3 import numpy as np
4 import tensorflow as tf
----> 5 import model, sample, encoder

ModuleNotFoundError: No module named 'model'

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