-
Notifications
You must be signed in to change notification settings - Fork 23
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
Problem: AttributeError: 'tuple' object has no attribute 'layer' #9
Comments
Hi, did you solve it? I has the same problem as you |
No, I haven't solved it, I more or less know the issue, but I did not test it yet |
can you tell me why |
Hi Ferriol and yeluo, We do not have this error in our environment - but such kind of error (no attribute 'layer') usually indicates the incompatibility between |
Hi @ntuLC, I have the same problem. Can you release your Dockerfile in a github link? |
I have the same problem,have you solved it? |
I have the same problem, and I'm wondering how this function called tensorflow_lite. Have you solved it? I urgently need some of these data now. |
I also have same problem. Is there anyone who solved it? I've done pip install -r requirement.txt , and done data preprocessing as suggested on readme.md |
i fixed this error by installing tensorflow 2.11 and changing from keras import Layer to tensorflow.keras! |
Whenever I try to train, test or whatever I get allways the same error, I have the code setup as you explain, but I keep getting the same error:
I have installed all the versions you specify with the requirements, and I am able to run the
data_process_v2
script without any problem.Do you know what is happening?
Thank you in advance,
Ferriol
The text was updated successfully, but these errors were encountered: