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
e5e6aff9
"vscode:/vscode.git/clone" did not exist on "67c1a7982078b3ffe2bdf77fa6500471dbd5e753"
Commit
e5e6aff9
authored
Jan 05, 2017
by
Jun Kim
Committed by
GitHub
Jan 05, 2017
Browse files
slim: Typos at datasets/flowers.py
parent
bfa1bb1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
slim/datasets/flowers.py
slim/datasets/flowers.py
+3
-3
No files found.
slim/datasets/flowers.py
View file @
e5e6aff9
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# ==============================================================================
# ==============================================================================
"""Provides data for the
Cifar10
dataset.
"""Provides data for the
flowers
dataset.
The dataset scripts used to create the dataset can be found at:
The dataset scripts used to create the dataset can be found at:
tensorflow/models/slim/data
/create_cifar10_dataset
.py
tensorflow/models/slim/data
sets/download_and_convert_flowers
.py
"""
"""
from
__future__
import
absolute_import
from
__future__
import
absolute_import
...
@@ -42,7 +42,7 @@ _ITEMS_TO_DESCRIPTIONS = {
...
@@ -42,7 +42,7 @@ _ITEMS_TO_DESCRIPTIONS = {
def
get_split
(
split_name
,
dataset_dir
,
file_pattern
=
None
,
reader
=
None
):
def
get_split
(
split_name
,
dataset_dir
,
file_pattern
=
None
,
reader
=
None
):
"""Gets a dataset tuple with instructions for reading
cifar10
.
"""Gets a dataset tuple with instructions for reading
flowers
.
Args:
Args:
split_name: A train/validation split name.
split_name: A train/validation split name.
...
...
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