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
bf4a5360
Commit
bf4a5360
authored
Jan 04, 2021
by
Pankaj Kanwar
Committed by
A. Unique TensorFlower
Jan 04, 2021
Browse files
Migrating away from snaggletooth. Moving all models to point to tensorflow-performance-data
PiperOrigin-RevId: 350036017
parent
07870fe0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
official/vision/beta/configs/experiments/retinanet/coco_spinenet143_tpu.yaml
...a/configs/experiments/retinanet/coco_spinenet143_tpu.yaml
+3
-3
official/vision/beta/configs/experiments/retinanet/coco_spinenet190_tpu.yaml
...a/configs/experiments/retinanet/coco_spinenet190_tpu.yaml
+3
-3
official/vision/beta/configs/experiments/retinanet/coco_spinenet49_tpu.yaml
...ta/configs/experiments/retinanet/coco_spinenet49_tpu.yaml
+3
-3
official/vision/beta/configs/experiments/retinanet/coco_spinenet96_tpu.yaml
...ta/configs/experiments/retinanet/coco_spinenet96_tpu.yaml
+3
-3
No files found.
official/vision/beta/configs/experiments/retinanet/coco_spinenet143_tpu.yaml
View file @
bf4a5360
...
...
@@ -3,7 +3,7 @@ runtime:
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
task
:
annotation_file
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/instances_val2017.json'
annotation_file
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/instances_val2017.json'
losses
:
l2_weight_decay
:
4.0e-05
model
:
...
...
@@ -32,7 +32,7 @@ task:
train_data
:
dtype
:
'
bfloat16'
global_batch_size
:
256
input_path
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/train*'
input_path
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/train*'
is_training
:
true
parser
:
aug_rand_hflip
:
true
...
...
@@ -41,7 +41,7 @@ task:
validation_data
:
dtype
:
'
bfloat16'
global_batch_size
:
8
input_path
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/val*'
input_path
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/val*'
is_training
:
false
trainer
:
checkpoint_interval
:
462
...
...
official/vision/beta/configs/experiments/retinanet/coco_spinenet190_tpu.yaml
View file @
bf4a5360
...
...
@@ -2,7 +2,7 @@ runtime:
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
task
:
annotation_file
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test/data/coco
/instances_val2017.json'
annotation_file
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data/datasets
/instances_val2017.json'
losses
:
l2_weight_decay
:
4.0e-05
model
:
...
...
@@ -31,7 +31,7 @@ task:
train_data
:
dtype
:
'
bfloat16'
global_batch_size
:
256
input_path
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/train*'
input_path
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/train*'
is_training
:
true
parser
:
aug_rand_hflip
:
true
...
...
@@ -40,7 +40,7 @@ task:
validation_data
:
dtype
:
'
bfloat16'
global_batch_size
:
8
input_path
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/val*'
input_path
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/val*'
is_training
:
false
trainer
:
checkpoint_interval
:
462
...
...
official/vision/beta/configs/experiments/retinanet/coco_spinenet49_tpu.yaml
View file @
bf4a5360
...
...
@@ -3,7 +3,7 @@ runtime:
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
task
:
annotation_file
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/instances_val2017.json'
annotation_file
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/instances_val2017.json'
losses
:
l2_weight_decay
:
4.0e-05
model
:
...
...
@@ -32,7 +32,7 @@ task:
train_data
:
dtype
:
'
bfloat16'
global_batch_size
:
256
input_path
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/train*'
input_path
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/train*'
is_training
:
true
parser
:
aug_rand_hflip
:
true
...
...
@@ -41,7 +41,7 @@ task:
validation_data
:
dtype
:
'
bfloat16'
global_batch_size
:
8
input_path
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/val*'
input_path
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/val*'
is_training
:
false
trainer
:
checkpoint_interval
:
462
...
...
official/vision/beta/configs/experiments/retinanet/coco_spinenet96_tpu.yaml
View file @
bf4a5360
...
...
@@ -3,7 +3,7 @@ runtime:
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
task
:
annotation_file
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test/data/coco
/instances_val2017.json'
annotation_file
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data/datasets
/instances_val2017.json'
losses
:
l2_weight_decay
:
4.0e-05
model
:
...
...
@@ -32,7 +32,7 @@ task:
train_data
:
dtype
:
'
bfloat16'
global_batch_size
:
256
input_path
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/train*'
input_path
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/train*'
is_training
:
true
parser
:
aug_rand_hflip
:
true
...
...
@@ -41,7 +41,7 @@ task:
validation_data
:
dtype
:
'
bfloat16'
global_batch_size
:
8
input_path
:
'
/readahead/200M/placer/prod/home/
snaggletooth/test
/data/coco/val*'
input_path
:
'
/readahead/200M/placer/prod/home/
tensorflow-performance-data
/data
sets
/coco/val*'
is_training
:
false
trainer
:
checkpoint_interval
:
462
...
...
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