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

build_model(): AttributeError: 'int' object has no attribute 'value' #3

Open
sumeyyegsu opened this issue Apr 18, 2022 · 0 comments
Open

Comments

@sumeyyegsu
Copy link

Thank you for sharing this repository! While recompiling the notebook Residual Attention Network Implementation - Cats vs Dogs Example.ipynb , I got an error in line model = ResidualAttentionNetwork((IMAGE_WIDTH, IMAGE_HEIGHT, IMAGE_CHANNELS), 1, activation='sigmoid').build_model() : AttributeError: 'int' object has no attribute 'value'. You have build_model() function in class ResidualAttentionNetwork (Code/ResidualAttentionNetwork.py) and I do not understand why I got this error. Have you ever encountered such an error?

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