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
d877b13a
"tests/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "80f372e1a9b79b0a613902f635c1bbbe335ca60d"
Commit
d877b13a
authored
Jun 14, 2017
by
Neal Wu
Committed by
GitHub
Jun 14, 2017
Browse files
Missed section comments
parent
1c340802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tutorials/image/alexnet/alexnet_benchmark.py
tutorials/image/alexnet/alexnet_benchmark.py
+2
-2
No files found.
tutorials/image/alexnet/alexnet_benchmark.py
View file @
d877b13a
...
@@ -73,7 +73,7 @@ def inference(images):
...
@@ -73,7 +73,7 @@ def inference(images):
print_activations
(
conv1
)
print_activations
(
conv1
)
parameters
+=
[
kernel
,
biases
]
parameters
+=
[
kernel
,
biases
]
# lrn1
with
tf
.
name_scope
(
'lrn1'
)
as
scope
:
with
tf
.
name_scope
(
'lrn1'
)
as
scope
:
lrn1
=
tf
.
nn
.
local_response_normalization
(
conv1
,
lrn1
=
tf
.
nn
.
local_response_normalization
(
conv1
,
alpha
=
1e-4
,
alpha
=
1e-4
,
...
@@ -101,7 +101,7 @@ def inference(images):
...
@@ -101,7 +101,7 @@ def inference(images):
parameters
+=
[
kernel
,
biases
]
parameters
+=
[
kernel
,
biases
]
print_activations
(
conv2
)
print_activations
(
conv2
)
# lrn2
with
tf
.
name_scope
(
'lrn2'
)
as
scope
:
with
tf
.
name_scope
(
'lrn2'
)
as
scope
:
lrn2
=
tf
.
nn
.
local_response_normalization
(
conv2
,
lrn2
=
tf
.
nn
.
local_response_normalization
(
conv2
,
alpha
=
1e-4
,
alpha
=
1e-4
,
...
...
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