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
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Hello,
I just installed conx and my tensorflow version is 2.4.0.
When I try to import conx with import conx as cx, I get the follow error message.
ImportError Traceback (most recent call last)
in ()
----> 1 import conx as cx
2 frames
/usr/local/lib/python3.6/dist-packages/conx/layers.py in ()
41 import keras
42 import keras.backend as K
---> 43 from keras.optimizers import (SGD, RMSprop, Adagrad, Adadelta, Adam, Adamax, Nadam,
44 TFOptimizer)
45
ImportError: cannot import name 'TFOptimizer'
Is there anyway to fix this?