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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: