FlyingQianMM 4 жил өмнө
parent
commit
eb9ee0c51e
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 2 2
      paddlex/__init__.py
  2. 1 1
      setup.py

+ 2 - 2
paddlex/__init__.py

@@ -14,7 +14,7 @@
 
 from __future__ import absolute_import
 
-__version__ = '1.3.10'
+__version__ = '1.3.11'
 
 import os
 if 'FLAGS_eager_delete_tensor_gb' not in os.environ:
@@ -39,7 +39,7 @@ if version[0] == '1':
 
 if hasattr(paddle, 'enable_static'):
     paddle.enable_static()
-    gui_mode = False
+    gui_mode = True
 
 from .utils.utils import get_environ_info
 from . import cv

+ 1 - 1
setup.py

@@ -19,7 +19,7 @@ long_description = "PaddlePaddle Entire Process Development Toolkit"
 
 setuptools.setup(
     name="paddlex",
-    version='1.3.10',
+    version='1.3.11',
     author="paddlex",
     author_email="paddlex@baidu.com",
     description=long_description,