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
4d1f67cf
Commit
4d1f67cf
authored
Feb 24, 2018
by
cclauss
Committed by
Karmel Allison
Feb 24, 2018
Browse files
Typo: resnet_v2_50_path --> rgb_resnet_v2_50_path (#3273)
__rgb_resnet_v2_50_path__ is defined on line 28.
parent
b634d42d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/cognitive_mapping_and_planning/cfgs/config_distill.py
...rch/cognitive_mapping_and_planning/cfgs/config_distill.py
+1
-1
No files found.
research/cognitive_mapping_and_planning/cfgs/config_distill.py
View file @
4d1f67cf
...
@@ -91,7 +91,7 @@ def get_args_for_config(config_name):
...
@@ -91,7 +91,7 @@ def get_args_for_config(config_name):
args
.
buildinger
.
task_params
.
n_ori
=
int
(
vars
[
2
])
args
.
buildinger
.
task_params
.
n_ori
=
int
(
vars
[
2
])
args
.
solver
.
freeze_conv
=
True
args
.
solver
.
freeze_conv
=
True
args
.
solver
.
pretrained_path
=
resnet_v2_50_path
args
.
solver
.
pretrained_path
=
rgb_
resnet_v2_50_path
args
.
buildinger
.
task_params
.
img_channels
=
5
args
.
buildinger
.
task_params
.
img_channels
=
5
args
.
solver
.
data_loss_wt
=
0.00001
args
.
solver
.
data_loss_wt
=
0.00001
...
...
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