自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (2)
  • 收藏
  • 关注

原创 图像矢量化的一些思考 2021-11-08

现有的图像处理核心-卷积操作本质上是图像特征提取的一种方式,该过程会缩小图片,不可逆的丢失部分细节,但是提高了感受野,大大降低了图像处理的难度。人的图像识别基本上是图像内容的矢量化建模过程。该过程大大降低了图像处理量,也会丢失细节。与单纯的卷积不同的是保留了图像主要内容。根据生物学知识,卷积是天生的神经网络处理的操作,但是矢量化需要人的后天学习。典型的如幼年长时间失去视力的人后面恢复视力后仍然不能正常识别看到的物体,因为不能矢量化。同样的,人的思维中对事物也有一个抽象化抓取本质的过程。这两者功能

2021-11-08 17:41:36 486

原创 图像识别-pytorch-TypeError: must be a mapping, not numpy.ndarray

TypeError: predict_data() argument after ** must be a mapping, not numpy.ndarray

2020-03-10 19:44:47 1217

原创 图像识别-pytorch-Figure size 640x480 with 1 Axes

<Figure size 640x480 with 1 Axes>解决方案:plt.figure()参见:https://blog.csdn.net/qq_18246731/article/details/89380468

2020-03-10 19:37:15 4106

原创 图像识别-pytorch-RuntimeError: "log_softmax_lastdim_kernel_impl" not implemented for 'Long'

RuntimeError Traceback (most recent call last)~\FashionMNIST_FlyAI - ResNet\main.py in <module> 106 y_train=y_train.long() 107 --> 108 loss = lo...

2020-03-08 16:49:58 10279 2

原创 图像识别-pytorch-RuntimeError: expected scalar type Long but found Int

RuntimeError: expected scalar type Long but found Int

2020-03-08 16:08:27 4856 1

原创 conda-安装pytorch

问题:specified in the package manifest cannot be found.解决:删除缓存的包重新下载conda clean --packages --tarballs

2020-03-06 20:32:38 319

原创 图像识别-pytorch-TypeError: predict_data() argument after ** must be a mapping, not Tensor

TypeError Traceback (most recent call last)~\ColorRectalCancerClassification_FlyAI - usenet\main.py in 144145 print(’================================================...

2020-03-04 10:38:26 1466

原创 图像识别-pytorch-RuntimeError: Error(s) in loading state_dict for DataParallel:

RuntimeError Traceback (most recent call last)~\ColorRectalCancerClassification_FlyAI - usenet\main.py in 144145 print(’================================================...

2020-03-04 10:31:15 486

转载 TensorFlow 2.0高效开发指南

为使TensorFLow用户更高效,TensorFlow 2.0中进行了多出更改。TensorFlow 2.0删除了篇冗余API,使API更加一致(统一RNNs,统一优化器),并通过Eager execution更好地与Python集成。许多RFCs已经解释了TensorFlow 2.0带来的变化。本指南介绍了TensorFlow 2.0应该怎么进行开发。这假设您已对TensorFlow 1...

2019-09-05 16:06:25 235

原创 tensorflow-图像识别-卷积深度神经网络

# -*- coding: utf-8 -*-import numpy as npfrom PIL import Imageimport tensorflow as tfimport osimport matplotlib.pyplot as plttry: from tqdm import tqdmexcept ImportError: def tqdm(x,*...

2019-08-28 17:48:32 253

原创 tensorflow-图像识别-随机梯度

# -*- coding: utf-8 -*-import numpy as npfrom PIL import Imageimport tensorflow as tfimport osimport matplotlib.pyplot as plttry: from tqdm import tqdmexcept ImportError: def tqdm(x,...

2019-08-28 17:32:14 260

ale_c_wrapper.h

ale_c_wrapper.h

2021-02-04

ale_c_wrapper.cpp

ale_c_wrapper.cpp

2021-02-04

空空如也

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

TA关注的人

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