This commit is contained in:
Jeff Wu 2019-02-14 11:36:43 -08:00
parent 7eb02f8410
commit 69354b7661

View File

@ -1,6 +1,6 @@
model=$1
mkdir models/$model
mkdir -p models/$model
# TODO: gsutil rsync -r gs://gpt-2/models/ models/
for filename in checkpoint encoder.json hparams.json model.ckpt.data-00000-of-00001 model.ckpt.index model.ckpt.meta vocab.bpe; do