Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two output node should give error #114

Open
srivastava9 opened this issue Mar 14, 2020 · 2 comments
Open

Two output node should give error #114

srivastava9 opened this issue Mar 14, 2020 · 2 comments

Comments

@srivastava9
Copy link
Contributor

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 :)

@vasudev13
Copy link

vasudev13 commented Mar 24, 2020

@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.

@srivastava9
Copy link
Contributor Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants