Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Keras Optimizer TFOptimizer #144

@noobmaster29

Description

@noobmaster29

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions