Skip to content

Commit

Permalink
Merge pull request #973 from Conchylicultor:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 355347049
  • Loading branch information
Flax Authors committed Feb 3, 2021
2 parents 61580b9 + d292279 commit 278df51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/flax.linen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Linear modules
Dense
DenseGeneral
Conv
ConvTranspose
Embed


Expand Down
2 changes: 1 addition & 1 deletion flax/linen/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def __call__(self, inputs: Array) -> Array:


class ConvTranspose(Module):
"""Convolution Module wrapping lax.conv_general_dilated.
"""Convolution Module wrapping lax.conv_transpose.
Attributes:
features: number of convolution filters.
Expand Down

0 comments on commit 278df51

Please sign in to comment.