From a85fe903e00bd2e0eef83f41f2fd340fc011098a Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 9 Jun 2020 13:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A8=A1=E5=9E=8B=E6=94=AF?= =?UTF-8?q?=E6=8C=81GPU=E5=8A=A0=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bd57c60..c25a6d79 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ __请添加__ ``` Classifier.Build() .context(this) //必须调用 否则会有异常抛出 -// .isOpenGPU(true)//默认不开启GPU加速 ,默认true +// .isOpenGPU(true)//是否开启GPU加速 ,默认true // .numThreads(10) //分配的线程数 根据手机配置设置,默认1 .build() ```