会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
重大的小鸿
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
下一页
2019年10月28日
tensorboard--打开训练的日志文件
摘要: tensorboard --logdir=logs 注意:等号之间不要空格。
阅读全文
posted @ 2019-10-28 22:38 重大的小鸿
阅读(1558)
评论(0)
推荐(0)
2019年10月24日
matplotlib画预测框以及打标签
摘要: https://blog.csdn.net/weixin_43338538/article/details/89003280 https://blog.csdn.net/yjl9122/article/details/70762476
阅读全文
posted @ 2019-10-24 01:14 重大的小鸿
阅读(339)
评论(0)
推荐(0)
2019年10月22日
python批量裁剪图片
摘要: """用Pythonp批量裁剪图片""" from PIL import Imageimport matplotlib.pyplot as pltimport os # 定义待批量裁剪图像的路径地址IMAGE_INPUT_PATH = 'D:/2_Class'# 定义裁剪后的图像存放地址IMAGE_
阅读全文
posted @ 2019-10-22 20:47 重大的小鸿
阅读(3459)
评论(0)
推荐(0)
2019年10月21日
Theano 报错:No suitable SharedVariable constructor could be found. Are you sure all kwargs are supported? We do not support the parameter dtype or type
摘要: 当Theano报错:No suitable SharedVariable constructor could be found. Are you sure all kwargs are supported? 解决方案:在把变量变成数组类型变量 源代码: 修改为:
阅读全文
posted @ 2019-10-21 21:03 重大的小鸿
阅读(281)
评论(0)
推荐(0)
清华镜像连接
摘要: pip安装i相关模块的时候,在后面添加下面链接: -i https://pypi.tuna.tsinghua.edu.cn/simple/
阅读全文
posted @ 2019-10-21 10:00 重大的小鸿
阅读(305)
评论(0)
推荐(0)
2019年10月19日
ubuntu16.04查看占用GPU的程序
摘要: nvidia-smi
阅读全文
posted @ 2019-10-19 21:23 重大的小鸿
阅读(1369)
评论(0)
推荐(0)
2019年10月16日
pycharm报错:ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory
摘要: pycharm报错:ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory 解决办法: Run -> Edit Configurations 在Environment var
阅读全文
posted @ 2019-10-16 23:15 重大的小鸿
阅读(509)
评论(0)
推荐(0)
2019年10月15日
转:对softmax讲解比较清楚的博客
摘要: https://blog.csdn.net/wgj99991111/article/details/83586508
阅读全文
posted @ 2019-10-15 14:32 重大的小鸿
阅读(114)
评论(0)
推荐(0)
2019年10月8日
matplotlib画图相关
摘要: 一. plt显示一副图像 1. import matplotlib.pyplot as plt 2. plt.figure() # 图像名称 3. plt.imshow(picture) # "picture"为你想要显示的图像 4. plt.show() # 即可显示图像 二. plt显示多副图像
阅读全文
posted @ 2019-10-08 09:50 重大的小鸿
阅读(136)
评论(0)
推荐(0)
2019年9月25日
查看tensorflow版本
摘要: 进入python环境 import tensorflow as tf tf.__version__
阅读全文
posted @ 2019-09-25 21:10 重大的小鸿
阅读(1745)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
下一页
公告