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

Docs update for Deconvolution2D layer #3549

Merged
merged 3 commits into from
Aug 24, 2016
Merged

Conversation

lukovkin
Copy link
Contributor

Implemented Deconvolution2D layer was missing documentation, which is important especially because it's required to infer output shape for this layer explicitly and pass as a parameter.
One of the raised issues - #3540

Added standard docs, references and guidelines to the output shape calculation.
Also fixed typo in the exception message.

@lukovkin
Copy link
Contributor Author

Err... The Travis build failure seems to be unrelated to the changes, it fails Python 3.4 run on test_sequential_model_saving(): https://travis-ci.org/fchollet/keras/jobs/154395874#L1294-L1300

a `weights` argument.
activation: name of activation function to use
(see [activations](../activations.md)),
or alternatively, elementwise Theano function.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Theano -> Theano/TensorFlow

* References formatted as Markdown links
* Blank lines added
@fchollet
Copy link
Collaborator

LGTM

@fchollet fchollet merged commit 2370f9f into keras-team:master Aug 24, 2016
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

Successfully merging this pull request may close these issues.

2 participants