I\'m getting this error
\'ValueError: Tensor Tensor(\"Placeholder:0\", shape=(1, 1), dtype=int32) is not an element of this graph.\'
Use this line before making models:
keras.backend.clear_session()
This will make a new graph to use in new models.