自定义博客皮肤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)
  • 资源 (6)
  • 收藏
  • 关注

转载 BP算法推导

https://blog.csdn.net/qq_32865355/article/details/80260212

2020-01-14 16:30:22 151

原创 The BatchNorm layer convertion to caffe model from tensorflow

caffe must set the batchnorm scale as 1, which is as follows. net.params[‘bn1’][2].data[…] = 1 Mean value is [0,0,0,0…,0] and variance is [1,1,1,1,…,1] The gamma and beta value are from tensorflow mo...

2020-01-07 16:41:01 160

原创 Count to tensorflow model FLOPs and trainable params

Count to tensorflow model FLOPs and trainable params Step1: Convert your tensorflow checkpoint model to PB format Step2: Call the function as follows import tensorflow as tf from tensorflow.python.fra...

2020-01-03 14:39:07 582

2016天猫抢红包python2.7脚本

http://blog.csdn.net/u010946556 博客有说明

2016-11-02

pywin32-218

2016-11-02

python2.7.3

2016-11-02

cifar10torchsmall.zip

用于torch测试的图像训练集

2016-05-13

A星寻路Cocos2dx3.3自动寻路代码

利用cocos2dx写的A星自动寻路算法,为了大家能很好的理解,我画了程序流程图辅助大家理解算法。vs2012+cocos2dx 3.3 编写。 如果对于原理不太懂,可以到我的博客看原理,地址如下。 http://blog.csdn.net/u010946556/article/details/49027301

2015-10-16

老虎机 JAVA

简易的老虎机,用JAVA写的,可以给初学者借鉴一下。

2014-02-26

空空如也

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

TA关注的人

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