You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: