Created
May 9, 2019 16:11
-
-
Save gaphex/c167bcbc3179811d051e0e8a0fd86fb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BUCKET_NAME = "bert_resourses" #@param {type:"string"} | |
MODEL_DIR = "bert_model" #@param {type:"string"} | |
tf.gfile.MkDir(MODEL_DIR) | |
if not BUCKET_NAME: | |
log.warning("WARNING: BUCKET_NAME is not set. " | |
"You will not be able to train the model.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment