From 0472515241baee8867464ec4207796e27d7eee96 Mon Sep 17 00:00:00 2001 From: xixiaoyao Date: Tue, 24 Sep 2019 17:59:54 +0800 Subject: [PATCH] update default settings --- mtl_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtl_config.yaml b/mtl_config.yaml index 9085350..e6bbcf6 100644 --- a/mtl_config.yaml +++ b/mtl_config.yaml @@ -4,7 +4,7 @@ auxiliary_task: "mask_language_model answer_matching" do_train: True do_predict: True -use_cuda: False +use_cuda: True checkpoint_path: "output_model/firstrun" -- GitLab