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
6c75caa6
Commit
6c75caa6
authored
Oct 29, 2017
by
Vivek Rathod
Browse files
test
parent
fc5145c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/samples/configs/faster_rcnn_nas_coco.config
...ect_detection/samples/configs/faster_rcnn_nas_coco.config
+1
-1
No files found.
research/object_detection/samples/configs/faster_rcnn_nas_coco.config
View file @
6c75caa6
...
@@ -8,7 +8,7 @@ model {
...
@@ -8,7 +8,7 @@ model {
faster_rcnn
{
faster_rcnn
{
num_classes
:
90
num_classes
:
90
image_resizer
{
image_resizer
{
# TODO
(shlens)
: Only fixed_shape_resizer is currently supported for NASNet
# TODO: Only fixed_shape_resizer is currently supported for NASNet
# featurization. The reason for this is that nasnet.py only supports
# featurization. The reason for this is that nasnet.py only supports
# inputs with fully known shapes. We need to update nasnet.py to handle
# inputs with fully known shapes. We need to update nasnet.py to handle
# shapes not known at compile time.
# shapes not known at compile time.
...
...
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