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
61fe8dde
Commit
61fe8dde
authored
May 14, 2020
by
Allen Wang
Committed by
A. Unique TensorFlower
May 14, 2020
Browse files
Internal change
PiperOrigin-RevId: 311561279
parent
4b14ee70
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
official/vision/image_classification/configs/examples/efficientnet/imagenet/efficientnet-b0-tpu.yaml
...s/examples/efficientnet/imagenet/efficientnet-b0-tpu.yaml
+2
-0
official/vision/image_classification/configs/examples/efficientnet/imagenet/efficientnet-b1-tpu.yaml
...s/examples/efficientnet/imagenet/efficientnet-b1-tpu.yaml
+2
-0
official/vision/image_classification/configs/examples/resnet/imagenet/tpu.yaml
..._classification/configs/examples/resnet/imagenet/tpu.yaml
+2
-0
No files found.
official/vision/image_classification/configs/examples/efficientnet/imagenet/efficientnet-b0-tpu.yaml
View file @
61fe8dde
...
...
@@ -47,5 +47,7 @@ model:
train
:
resume_checkpoint
:
True
epochs
:
500
# 313 * batch_size = dataset_size
steps_per_loop
:
313
evaluation
:
epochs_between_evals
:
1
official/vision/image_classification/configs/examples/efficientnet/imagenet/efficientnet-b1-tpu.yaml
View file @
61fe8dde
...
...
@@ -46,5 +46,7 @@ model:
train
:
resume_checkpoint
:
True
epochs
:
500
# 313 * batch_size = dataset_size
steps_per_loop
:
313
evaluation
:
epochs_between_evals
:
1
official/vision/image_classification/configs/examples/resnet/imagenet/tpu.yaml
View file @
61fe8dde
...
...
@@ -52,5 +52,7 @@ train:
enable_checkpoint_and_export
:
True
resume_checkpoint
:
True
epochs
:
90
# 313 * batch_size = dataset_size
steps_per_loop
:
313
evaluation
:
epochs_between_evals
:
1
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