Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
4070fa63
"examples/vscode:/vscode.git/clone" did not exist on "d53ffbbdf448eddb35d0e73868053be943b1e17a"
Commit
4070fa63
authored
Feb 02, 2018
by
Dan O'Shea
Browse files
Adjusting init_linear comment
parent
2c9a1100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/lfads/utils.py
research/lfads/utils.py
+1
-1
No files found.
research/lfads/utils.py
View file @
4070fa63
...
@@ -92,7 +92,7 @@ def init_linear(in_size, out_size, do_bias=True, mat_init_value=None,
...
@@ -92,7 +92,7 @@ def init_linear(in_size, out_size, do_bias=True, mat_init_value=None,
in_size: The integer size of the non-batc input dimension. [(x),y]
in_size: The integer size of the non-batc input dimension. [(x),y]
out_size: The integer size of non-batch output dimension. [x,(y)]
out_size: The integer size of non-batch output dimension. [x,(y)]
do_bias (optional): Add a (learnable) bias vector to the operation,
do_bias (optional): Add a (learnable) bias vector to the operation,
if false, b will be
an appropriately sized, non-trainable vector
if false, b will be
None
mat_init_value (optional): numpy constant for matrix initialization, if None
mat_init_value (optional): numpy constant for matrix initialization, if None
, do random, with additional parameters.
, do random, with additional parameters.
alpha (optional): A multiplicative scaling for the weight initialization
alpha (optional): A multiplicative scaling for the weight initialization
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment