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
41d700ef
"examples/vscode:/vscode.git/clone" did not exist on "b57bedb7ba3f38e7e54ab3adf5ba3657cd7912a1"
Commit
41d700ef
authored
Jul 27, 2017
by
Dan O'Shea
Committed by
GitHub
Jul 27, 2017
Browse files
Removing redundant print statement
parent
b13d6e51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lfads/lfads.py
lfads/lfads.py
+0
-1
No files found.
lfads/lfads.py
View file @
41d700ef
...
@@ -411,7 +411,6 @@ class LFADS(object):
...
@@ -411,7 +411,6 @@ class LFADS(object):
if
datasets
and
'alignment_bias_c'
in
datasets
[
name
].
keys
():
if
datasets
and
'alignment_bias_c'
in
datasets
[
name
].
keys
():
dataset
=
datasets
[
name
]
dataset
=
datasets
[
name
]
print
(
"Using alignment bias provided for dataset:"
,
name
)
align_bias_c
=
dataset
[
'alignment_bias_c'
].
astype
(
np
.
float32
)
align_bias_c
=
dataset
[
'alignment_bias_c'
].
astype
(
np
.
float32
)
align_bias_1xc
=
np
.
expand_dims
(
align_bias_c
,
axis
=
0
)
align_bias_1xc
=
np
.
expand_dims
(
align_bias_c
,
axis
=
0
)
...
...
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