Residual-Attention-Network
Residual-Attention-Network copied to clipboard
build_model(): AttributeError: 'int' object has no attribute 'value'
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?