tensormap icon indicating copy to clipboard operation
tensormap copied to clipboard

Two output node should give error

Open srivastava9 opened this issue 4 years ago • 2 comments

While making a neural network architecture, It should give an error when one tries to make two output node.

Screenshot from 2020-03-14 21-44-53

Right now it does not give any error.

@orionpax00 Need your update on this one also :)

srivastava9 avatar Mar 14 '20 16:03 srivastava9

@srivastava9 , I think its okay to have multiple input and output nodes(as mentioned in #115). Francois Chollet, who is the creator of Keras, writes about them in his book Deep Learning with Python (Specifically Chapter 7: Advanced deep-learning best practices).

Moreover, Inception Networks and Residual Connections are examples of such non linear networks.

vasudev13 avatar Mar 24 '20 07:03 vasudev13

True, But I guess we are not making such advance model right now,Anyway when it goes to backend it only accepts one input and output model right now.Therefore I opened this issue. @ivantha @orionpax00 need your suggestion :)

srivastava9 avatar Mar 24 '20 09:03 srivastava9