-
Notifications
You must be signed in to change notification settings - Fork 296
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
No module named 'layers' #113
Comments
Hi, I got the same error. I simply add package name as prefix, i.e. change line 19 to 'from p2m.layers import *', and it worked for me. |
thanks! |
Traceback (most recent call last): |
i got the same quesion how to solve it ? |
import it as |
you also put a dot behind .inits like: open layers.py and edit it |
刚接触tensorflow 请别嫌弃问题简单嫌我烦😭
报错:
ModuleNotFoundError: No module named 'layers'
环境:
python 3.9
tflearn 0.5.0
tensorflow-macos 2.10.0
macOS Ventura 13.0 (Apple M1)
The text was updated successfully, but these errors were encountered: