scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: no module named 'tensorflow.keras'

codefeeder opened this issue · comments

Encountered an import error while running the Backend server.

Error: no module named 'tensorflow.keras'

Solved this using tensorflow.python.keras instead of the above statement.

@codefeeder, What tensorflow version are you using??

I was using tensorflow==2.0 but due to compatibility issues I had to downgrade it to tensorflow==1.5.

@codefeeder, codebase is written in tensorflow 2.0 so, try install that version else will be solved.:)