上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: tensorboard --logdir=logs 注意:等号之间不要空格。 阅读全文
posted @ 2019-10-28 22:38 重大的小鸿 阅读(1558) 评论(0) 推荐(0)
摘要: 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)
摘要: """用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)
摘要: 当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)
摘要: nvidia-smi 阅读全文
posted @ 2019-10-19 21:23 重大的小鸿 阅读(1369) 评论(0) 推荐(0)
摘要: 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)
摘要: https://blog.csdn.net/wgj99991111/article/details/83586508 阅读全文
posted @ 2019-10-15 14:32 重大的小鸿 阅读(114) 评论(0) 推荐(0)
摘要: 一. 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)
摘要: 进入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 下一页