mayanksatnalika / ipython

ipython notebooks for machine learning, code behind work at the blog

Home Page:https://medium.com/@satnalikamayank12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in merging

msaad1311 opened this issue · comments

Hello I am facing the issue in merging the models. in the new Keras, Merge is being removed and with concatenate I am getting the following error

ValueError: Layer concatenate_8 was called with an input that isn't a symbolic tensor. Received type: <class 'keras.engine.sequential.Sequential'>. Full input: [<keras.engine.sequential.Sequential object at 0x7f9f5465f550>, <keras.engine.sequential.Sequential object at 0x7f9f5437bad0>, <keras.engine.sequential.Sequential object at 0x7f9f549f5b10>, <keras.engine.sequential.Sequential object at 0x7f9f546bf310>, <keras.engine.sequential.Sequential object at 0x7f9f5463fe10>]. All inputs to the layer should be tensors.