Skip to content

Commit 160ca22

Browse files
committed
fix5
1 parent cdeb7e8 commit 160ca22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vs/slnx.sqlite

0 Bytes
Binary file not shown.

colab_online.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"#%tensorflow_version 1.5.2-GPU/TPU\n",
5252
"!mkdir -p /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/trained_models\n",
5353
"\n",
54-
"%cd /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/\n",
55-
"#!perl /home/EssayKiller_V2/LanguageNetwork/GPT2/scripts/gdown.pl https://drive.google.com/open?id=1ujWYTOvRLGJX0raH-f-lPZa3-RN58ZQx trained_models/model.ckpt-280000.data-00000-of-00001\n",
54+
"%cd /home/EssayKiller_V2/LanguageNetwork/GPT2/\n",
55+
"!python3 scripts/down_gdrive_file.py -file_id='1ujWYTOvRLGJX0raH-f-lPZa3-RN58ZQx' -file_path='trained_models/model.ckpt-280000.data-00000-of-00001' &> predict.log\n",
5656
"!wget -q --show-progress https://github.com/EssayKillerBrain/EssayKiller/releases/download/v1.0/model.ckpt-280000.index -P /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/models/mega\n",
5757
"!wget -q --show-progress https://github.com/EssayKillerBrain/EssayKiller/releases/download/v1.0/model.ckpt-280000.meta -P /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/models/mega\n",
5858
"\n",

0 commit comments

Comments
 (0)