Skip to content

Commit

Permalink
change hyphenation
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored and hvgazula committed Feb 27, 2024
1 parent 8f289cf commit ed0d609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nobrainer/layers/Conv_v.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def _apply_divergence(


class _ConvReparameterization(_ConvVariational):
"""Abstract n dimensional convolution layer (private, used as implementation base).
"""Abstract n-dimensional convolution layer (private, used as implementation base).
This layer creates a convolution kernel that is convolved
(actually cross-correlated) with the layer input to produce a tensor of
outputs. It may also include a bias addition and activation function
Expand Down

0 comments on commit ed0d609

Please sign in to comment.