Skip to content

Commit

Permalink
tweak some more
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Feb 11, 2022
1 parent c033d86 commit 5c89509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen/10_UserManual.dox
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ There are a number of predefined Toeplitz connectivity initialisation snippets:
\add_toggle_python
In Python, these models can be selected by their unqualified name e.g. "Conv2D".
\end_toggle
For example, to initialise convolutional synaptic connectivity with a 3x3 kernel between two populations of 1024 neurons representing a single 32x32 channel:
For example, to initialise convolutional synaptic connectivity with a 3x3 kernel between two populations of 1024 neurons, each representing a 32x32 layer with a single channel:
\add_toggle_code_cpp
InitTopelitzConnectivitySnippet::Conv2D::ParamValues conv(
3, 3, // conv_kh, conv_kw
Expand Down

0 comments on commit 5c89509

Please sign in to comment.