
python
牙刷与鞋垫
一名人工智能领域的在读博士
展开
-
labelimg安装
警告: WARNING: The scripts pylupdate5.exe, pyrcc5.exe and pyuic5.exe are installed in 'C:\Users\xiaofeiwang\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.我的电脑右键属性——高级系统设置——环境变量——双击系统变量下的path,添加新环境变量。原创 2022-09-25 21:01:22 · 869 阅读 · 0 评论 -
spyder tensorflow-GPU配置
py37利用anacond3穿件一个新的虚拟环境起名tc2 接着按照对应的版本分贝按tensorflow2.3.0 、cudnn7.6和cuda10.1(因为我的英伟达GPU版本是11.5,所以要选小于11.5的版本)打开TC2环境下的终端验证是否安装成功pythonimport tensorflow as tftf.__version__import tensorflow as tftf.config.list_physical_devices('GPU')最后的输出为:[Physical原创 2022-07-02 15:01:51 · 2425 阅读 · 3 评论 -
spyder配置
py3.6TensorFlow==2.1.0TensorFlow-base==2.1.0TensorFlow-estimator==2.1.0tensorflow应该保持一个版本系列*****TensorFlow系列2.3.0及以上就不支持了****matplotlib==2.2.2############PIL的安装pillow==8.4.0pip install pillow原创 2022-06-29 13:56:32 · 476 阅读 · 0 评论