- 博客(4)
- 收藏
- 关注
原创 fast.ai中通过jupyter notebook 实例化模型 vgg = Vgg16()中出现ResourceExhaustedError错误解决方法
在fast.ai课程中自己通过jupyter notebook 写程序时发现,实例化模型 vgg = Vgg16()中出现ResourceExhaustedError错误报错,实测解决方案有效:只需重启jupyter notebook即可亲测有效...
2019-01-28 10:51:02
653
原创 吴恩达第四课车辆检测加载yolov2.h5出现bad marshal data (unknown type code)的解决办法
出现bad marshal data (unknown type code)时,只需自己重新生成yolov2.h5即可,实测成功!具体方法:首先,从在新的文件夹 ‘git clone https://github.com/allanzelener/yad2k.git’ 下载 yad2k;然后,git clone https://github.com/pjreddie/darknet 把...
2018-12-28 21:10:25
3964
4
原创 解读 Data Augmentation using Random Image Cropping and Patching for Deep CNNs
论文提出了一种新的数据增强的方法:利用随机图像裁剪和拼接的方法random image cropping and patching (RICAP)文章链接:https://arxiv.org/pdf/1811.09030.pdf在人工智能日益流行的趋向下,数据显得尤为重要。既能增加样本多样性,也能防止过拟合。现有的数据增强方法有:翻转flipping,缩放resizing,平移变换shifti...
2018-12-25 21:32:59
1613
原创 关于Tensorflow AttributeError: 'NoneType' object has no attribute 'keys'的问题
关于Tensorflow AttributeError: ‘NoneType’ object has no attribute 'keys’的问题当调用google Inception v3 模型相关文件retrain.py时,可能会出现Tensorflow AttributeError: ‘NoneType’ object has no attribute 'keys’的问题。原因:没有满...
2018-12-24 19:22:22
14880
7
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人