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
5e34a97b
Unverified
Commit
5e34a97b
authored
Apr 23, 2020
by
Alexander Gorban
Committed by
GitHub
Apr 23, 2020
Browse files
Fix FSNS dataset set path construction on Windows. (#4954)
parent
56e7526f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/attention_ocr/python/datasets/fsns.py
research/attention_ocr/python/datasets/fsns.py
+1
-1
No files found.
research/attention_ocr/python/datasets/fsns.py
View file @
5e34a97b
...
@@ -22,7 +22,7 @@ import tensorflow as tf
...
@@ -22,7 +22,7 @@ import tensorflow as tf
from
tensorflow.contrib
import
slim
from
tensorflow.contrib
import
slim
import
logging
import
logging
DEFAULT_DATASET_DIR
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'data
/
fsns'
)
DEFAULT_DATASET_DIR
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'data
'
,
'
fsns'
)
# The dataset configuration, should be used only as a default value.
# The dataset configuration, should be used only as a default value.
DEFAULT_CONFIG
=
{
DEFAULT_CONFIG
=
{
...
...
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