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
082bb878
You need to sign in or sign up before continuing.
Commit
082bb878
authored
Nov 22, 2019
by
David Chen
Committed by
A. Unique TensorFlower
Nov 22, 2019
Browse files
Internal change
PiperOrigin-RevId: 281977686
parent
a23beab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/benchmark/bert_squad_benchmark.py
official/benchmark/bert_squad_benchmark.py
+1
-1
No files found.
official/benchmark/bert_squad_benchmark.py
View file @
082bb878
...
@@ -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/keras_bert/uncased_L-24_H-1024_A-16/bert_model.ckpt'
PRETRAINED_CHECKPOINT_PATH
=
'
gs://cloud-tpu-checkpoin
ts/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_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