-

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

03 2023 档案

摘要:csdn 阅读全文
posted @ 2023-03-16 15:16 p_xcn 阅读(161) 评论(0) 推荐(0)

摘要:取消打印CUDA信息以及CPU指令集不支持AVX2 import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' 取消打印Tensorflow 2.0API变更以及Pyinstaller打包为exe后额外增加的Warning import tensorflow 阅读全文
posted @ 2023-03-16 15:14 p_xcn 阅读(94) 评论(0) 推荐(0)

摘要:class Demo(QWidget): def __init__(self): super(Demo, self).__init__() # 设置标题 icon 尺寸 self.setWindowTitle("Demo") self.setWindowIcon(QtGui.QIcon('./ico 阅读全文
posted @ 2023-03-03 15:52 p_xcn 阅读(16) 评论(0) 推荐(0)

摘要:python csdn pyinstaller pyinstaller -D main.py -i ico.ico --hidden-import="sklearn.utils._typedefs" pyarmor 需要先-e 传递额外参数到pyInstaller pyarmor pack -e " 阅读全文
posted @ 2023-03-03 14:41 p_xcn 阅读(40) 评论(0) 推荐(0)