会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lydia19
博客园
首页
新随笔
联系
订阅
管理
2022年3月15日
tensorflow CUDA 入门安装
摘要: 安装好环境后的测试代码: import tensorflow as tf tf.test.is_gpu_available() 测试终端输出: Your CPU supports instructions that this TensorFlow binary was not compiled to
阅读全文
posted @ 2022-03-15 17:04 lydia19
阅读(112)
评论(0)
推荐(0)
2021年10月20日
python 批量文件管理
摘要: 先上代码,之后再补充 import osimport globimport shutildir='....'if not os.path.exists(dir+'training'): os.mkdir(dir+'training')if not os.path.exists(dir+'testin
阅读全文
posted @ 2021-10-20 23:18 lydia19
阅读(45)
评论(0)
推荐(0)
公告