自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (4)
  • 收藏
  • 关注

原创 module ‘tensorboard.summary._tf.summary‘ has no attribute ‘merge_all‘

tensorflow版本不一样导致的:可以改为merged = tf.compat.v1.summary.merge_all()

2022-05-11 10:05:58 2355

原创 No module named ‘tensorflow.examples.tutorials解决方法,没有examples,和tutorials

没有example1、找到tensorflow所在文件夹:import tensorflow as tfprint(tf.__path__ )2、找到tensorflow的文件夹,发现里面没有examples文件夹3、下载:tensorflow中examples文件下载-机器学习文档类资源-CSDN下载解压后复制到tensorflow文件夹中即可...

2022-03-29 10:23:05 2010 1

原创 Pytorch——SummaryWriter.add_image()的使用

from torch.utils.tensorboard import SummaryWriter用法image_path="data/train/ants_image/6240329_72c01e663e.jpg"#图片路径#读取图片的两种方式:img_PIL=Image.open(image_path) #方式一img_PIL=cv2.imread(image_path) #方式二img_array=np.array(img_PIL)writer=SummaryWriter("lo.

2022-03-28 15:46:45 5651

tensorflow中examples文件下载

No module named ‘tensorflow.examples.tutorials解决方法,没有examples的解决资源

2022-03-29

美国人口分析案列资源压缩包

pandas-美国人口数据分析资源包

2022-03-28

高中体侧案例数据-体侧成绩汇总

pandas学习-高中体侧案例数据-体侧成绩评分表

2022-03-28

高中体侧案例数据-体侧成绩汇总

pandas学习-高中体侧案例数据-体侧成绩汇总

2022-03-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除