Unverified Commit 5e34a97b authored by Alexander Gorban's avatar Alexander Gorban Committed by GitHub
Browse files

Fix FSNS dataset set path construction on Windows. (#4954)

parent 56e7526f
...@@ -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 = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment