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
0faa2ff3
Commit
0faa2ff3
authored
Nov 11, 2019
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Nov 11, 2019
Browse files
Fix checkpoint path in bert_benchmark.py.
PiperOrigin-RevId: 279768972
parent
f1d35b4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
official/benchmark/bert_benchmark.py
official/benchmark/bert_benchmark.py
+1
-1
official/benchmark/bert_squad_benchmark.py
official/benchmark/bert_squad_benchmark.py
+1
-1
No files found.
official/benchmark/bert_benchmark.py
View file @
0faa2ff3
...
@@ -35,7 +35,7 @@ from official.nlp.bert import run_classifier
...
@@ -35,7 +35,7 @@ from official.nlp.bert import run_classifier
from
official.utils.misc
import
distribution_utils
from
official.utils.misc
import
distribution_utils
# pylint: disable=line-too-long
# pylint: disable=line-too-long
PRETRAINED_CHECKPOINT_PATH
=
'
placer/prod/home/tensorflow-performance-data/datasets/bert/keras_bert
/bert_model.ckpt'
PRETRAINED_CHECKPOINT_PATH
=
'
gs://cloud-tpu-checkpoints/bert/keras_bert/uncased_L-24_H-1024_A-16
/bert_model.ckpt'
CLASSIFIER_TRAIN_DATA_PATH
=
'gs://tf-perfzero-data/bert/classification/mrpc_train.tf_record'
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_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'
CLASSIFIER_INPUT_META_DATA_PATH
=
'gs://tf-perfzero-data/bert/classification/mrpc_meta_data'
...
...
official/benchmark/bert_squad_benchmark.py
View file @
0faa2ff3
...
@@ -34,7 +34,7 @@ from official.nlp.bert import run_squad
...
@@ -34,7 +34,7 @@ from official.nlp.bert import run_squad
from
official.utils.misc
import
distribution_utils
from
official.utils.misc
import
distribution_utils
# pylint: disable=line-too-long
# pylint: disable=line-too-long
PRETRAINED_CHECKPOINT_PATH
=
'
/placer/prod/home/tensorflow-performance-data/datase
ts/bert/tf_20/uncased_L-24_H-1024_A-16/bert_model.ckpt'
PRETRAINED_CHECKPOINT_PATH
=
'
gs://cloud-tpu-checkpoin
ts/bert/tf_20/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_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_PREDICT_FILE
=
'gs://tf-perfzero-data/bert/squad/dev-v1.1.json'
SQUAD_VOCAB_FILE
=
'gs://tf-perfzero-data/bert/squad/vocab.txt'
SQUAD_VOCAB_FILE
=
'gs://tf-perfzero-data/bert/squad/vocab.txt'
...
...
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