-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Allow partial execution of network #51
Conversation
On the flip side, the last change I mentioned now requires rewriting every example to follow the new |
I'm updating just the |
The last commit fixes #38 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds the ability to execute a partial sequence of the network. This can be useful when designing models such as Autoencoders and GANs.
And...
net.predict()
call.This is a breaking change for the
predict()
method. The following things are broken:This PR also fixes #38.
EDIT:
predict()
format.xor.ipynb
for now)