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
A function I am using calls layer.activation.__name__. The activation functions have been separated and called via the QActivation layer as shown on the figure. The error is also shown in the figure, where I tried three different activation functions in the QActivation layer. The same error was raised by the three different activation functions shown there. Thus, I am wondering if it is not possible to use the __name__ attribute anymore, and whether there is an alternative to use such an attribute of the activation layer.
The text was updated successfully, but these errors were encountered:
A function I am using calls
layer.activation.__name__
. The activation functions have been separated and called via theQActivation
layer as shown on the figure. The error is also shown in the figure, where I tried three different activation functions in theQActivation
layer. The same error was raised by the three different activation functions shown there. Thus, I am wondering if it is not possible to use the__name__
attribute anymore, and whether there is an alternative to use such an attribute of the activation layer.The text was updated successfully, but these errors were encountered: