Skip to content

Commit e4a3cc6

Browse files
committed
debug2
1 parent ade7573 commit e4a3cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colab_online.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"\n",
5454
"%cd /home/EssayKiller_V2/LanguageNetwork/GPT2/finetune/\n",
5555
"!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",
56+
"!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"
5657
"!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",
5758
"!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",
5859
"\n",
5960
"!echo '模型下载完成,Git项目已构建,请继续点击下方的▶️'\n",
60-
"# If gdown.pl failed, please uncomment following code & exec\n",
61-
"#!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"
61+
"# If gdown.pl failed, please uncomment following code & exec"
6262
]
6363
},
6464
{

0 commit comments

Comments
 (0)