Hello! Recently there was an update of tensorflow from 2.8.0 to 2.8.2 on google collab and since then my codes involving custom activation functions stopped working properly (it works fine after reinstalling older version of tensorflow).
The error i get is the following: ("c_modu" is the new activation function i added in cvnn/activations.py)

Any input on why that is would be greatly appreciated!
Hello! Recently there was an update of tensorflow from 2.8.0 to 2.8.2 on google collab and since then my codes involving custom activation functions stopped working properly (it works fine after reinstalling older version of tensorflow).
The error i get is the following: ("c_modu" is the new activation function i added in cvnn/activations.py)
Any input on why that is would be greatly appreciated!