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
83d7872c
Commit
83d7872c
authored
Dec 14, 2020
by
Kyle Ziegler
Browse files
Fixed shell script syntax
parent
5b6ace1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/nlp/bert/README.md
official/nlp/bert/README.md
+2
-2
No files found.
official/nlp/bert/README.md
View file @
83d7872c
...
@@ -133,8 +133,8 @@ Running the pre-training script requires an input and output directory, as well
...
@@ -133,8 +133,8 @@ Running the pre-training script requires an input and output directory, as well
Example shell script to call create_pretraining_data.py
Example shell script to call create_pretraining_data.py
```
```
s
et WORKING_DIR='local disk or cloud location'
e
xpor
t WORKING_DIR='local disk or cloud location'
s
et BERT_DIR='local disk or cloud location'
e
xpor
t BERT_DIR='local disk or cloud location'
python models/official/nlp/data/create_pretraining_data.py \
python models/official/nlp/data/create_pretraining_data.py \
--input_file=$WORKING_DIR/input/input.txt \
--input_file=$WORKING_DIR/input/input.txt \
--output_file=$WORKING_DIR/output/tf_examples.tfrecord \
--output_file=$WORKING_DIR/output/tf_examples.tfrecord \
...
...
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