Skip to content

Commit

Permalink
Merge pull request #39 from DarrenZhang01/updated_changes
Browse files Browse the repository at this point in the history
Revise the typo from `dot_general_dilated` to `conv_general_dilated`.
  • Loading branch information
romanngg committed Jun 29, 2020
2 parents 46edb0e + e2c69a0 commit 522bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_tangents/stax.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def GeneralConv(
Args:
dimension_numbers: Specifies which axes should be convolved over. Should
match the specification in `jax.lax.dot_general_dilated`.
match the specification in `jax.lax.conv_general_dilated`.
out_chan: The number of output channels / features of the
convolution. This is ignored in by the `kernel_fn` in NTK
parameterization.
Expand Down

0 comments on commit 522bfb8

Please sign in to comment.