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
a23beab1
Commit
a23beab1
authored
Nov 21, 2019
by
David Chen
Committed by
A. Unique TensorFlower
Nov 21, 2019
Browse files
Internal change
PiperOrigin-RevId: 281908068
parent
22b84f74
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
official/benchmark/bert_benchmark.py
official/benchmark/bert_benchmark.py
+1
-1
official/benchmark/bert_squad_benchmark.py
official/benchmark/bert_squad_benchmark.py
+2
-2
No files found.
official/benchmark/bert_benchmark.py
View file @
a23beab1
...
...
@@ -41,7 +41,7 @@ PRETRAINED_CHECKPOINT_PATH = 'gs://cloud-tpu-checkpoints/bert/keras_bert/uncased
CLASSIFIER_TRAIN_DATA_PATH
=
'gs://tf-perfzero-data/bert/classification/mrpc_train.tf_record'
CLASSIFIER_EVAL_DATA_PATH
=
'gs://tf-perfzero-data/bert/classification/mrpc_eval.tf_record'
CLASSIFIER_INPUT_META_DATA_PATH
=
'gs://tf-perfzero-data/bert/classification/mrpc_meta_data'
MODEL_CONFIG_FILE_PATH
=
'gs://cloud-tpu-checkpoints/bert/
tf_20
/uncased_L-24_H-1024_A-16/bert_config'
MODEL_CONFIG_FILE_PATH
=
'gs://cloud-tpu-checkpoints/bert/
keras_bert
/uncased_L-24_H-1024_A-16/bert_config
.json
'
# pylint: enable=line-too-long
TMP_DIR
=
os
.
getenv
(
'TMPDIR'
)
...
...
official/benchmark/bert_squad_benchmark.py
View file @
a23beab1
...
...
@@ -37,10 +37,10 @@ from official.utils.misc import distribution_utils
PRETRAINED_CHECKPOINT_PATH
=
'/placer/prod/home/tensorflow-performance-data/datasets/bert/keras_bert/uncased_L-24_H-1024_A-16/bert_model.ckpt'
SQUAD_TRAIN_DATA_PATH
=
'gs://tf-perfzero-data/bert/squad/squad_train.tf_record'
SQUAD_PREDICT_FILE
=
'gs://tf-perfzero-data/bert/squad/dev-v1.1.json'
SQUAD_VOCAB_FILE
=
'
/placer/prod/home/tensorflow-performance-data/datasets/bert/keras_bert/uncased_L-24_H-1024_A-16
/vocab.txt'
SQUAD_VOCAB_FILE
=
'
gs://tf-perfzero-data/bert/squad
/vocab.txt'
SQUAD_MEDIUM_INPUT_META_DATA_PATH
=
'gs://tf-perfzero-data/bert/squad/squad_medium_meta_data'
SQUAD_FULL_INPUT_META_DATA_PATH
=
'gs://tf-perfzero-data/bert/squad/squad_full_meta_data'
MODEL_CONFIG_FILE_PATH
=
'
/placer/prod/home/tensorflow-performance-data/datase
ts/bert/keras_bert/uncased_L-24_H-1024_A-16/bert_config.json'
MODEL_CONFIG_FILE_PATH
=
'
gs://cloud-tpu-checkpoin
ts/bert/keras_bert/uncased_L-24_H-1024_A-16/bert_config.json'
# pylint: enable=line-too-long
TMP_DIR
=
os
.
getenv
(
'TMPDIR'
)
...
...
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