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
a97f5df7
Commit
a97f5df7
authored
Nov 02, 2017
by
Kathy Wu
Browse files
lint/doc fixes
parent
1f6b3d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/resnet/cifar10_main.py
official/resnet/cifar10_main.py
+2
-0
No files found.
official/resnet/cifar10_main.py
View file @
a97f5df7
...
@@ -142,6 +142,8 @@ def input_fn(is_training, data_dir, batch_size, num_epochs=1):
...
@@ -142,6 +142,8 @@ def input_fn(is_training, data_dir, batch_size, num_epochs=1):
Args:
Args:
is_training: A boolean denoting whether the input is for training.
is_training: A boolean denoting whether the input is for training.
data_dir: The directory containing the input data.
batch_size: The number samples per batch.
num_epochs: The number of epochs to repeat the dataset.
num_epochs: The number of epochs to repeat the dataset.
Returns:
Returns:
...
...
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