From 9911c9841828c92bc8f777943b2c00d45511ce1d Mon Sep 17 00:00:00 2001 From: wangxinxin08 <69842442+wangxinxin08@users.noreply.github.com> Date: Thu, 17 Feb 2022 10:36:41 +0800 Subject: [PATCH] add use_xpu field and set false default (#5220) --- configs/runtime.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/runtime.yml b/configs/runtime.yml index c502ddabe..273b8b1af 100644 --- a/configs/runtime.yml +++ b/configs/runtime.yml @@ -1,4 +1,5 @@ use_gpu: true +use_xpu: false log_iter: 20 save_dir: output snapshot_epoch: 1 -- GitLab