
深度学习
千泷
这个作者很懒,什么都没留下…
展开
-
TypeError: softmax() got an unexpected keyword argument ‘axis‘
keras报错:TypeError: softmax() got an unexpected keyword argument ‘axis’ tensorflow-gpu 1.4, keras 2.1.6版本不匹配问题。 方法一(推荐):将keras改为2.0.8 方法二:打开tensorflow_backend.py文件 line 3221中 def softmax(x, axis=-1): """Softmax of a tensor. # Arguments x: A原创 2020-07-16 10:07:19 · 704 阅读 · 0 评论 -
python 训练caffe_ssd数据
python 训练caffe_ssd数据原创 2016-11-22 17:40:52 · 7845 阅读 · 2 评论 -
caffe_ssd-matlab调试
models: -solver.prototxt: 各种参数(包括train.prototxt的路径) train_net: “models/Context_Net/train.prototxt” base_lr: 0.0005 display: 10 max_iter: 60000 lr_policy: “step” gamma: 0.1 momentum原创 2016-11-25 18:21:52 · 2476 阅读 · 0 评论 -
Caffe:数据层及参数
转载自:http://www.cnblogs.com/denny402/p/5070928.html要运行caffe,需要先创建一个模型(model),如比较常用的Lenet,Alex等, 而一个模型由多个屋(layer)构成,每一屋又由许多参数组成。所有的参数都定义在caffe.proto这个文件中。要熟练使用caffe,最重要的就是学会配置文件(prototxt)的编写。层有很多种类型,比如Da转载 2016-12-08 18:13:36 · 688 阅读 · 0 评论 -
机器学习方法:回归(二):稀疏与正则约束ridge regression,Lasso
本文出自Bin的专栏blog.youkuaiyun.com/xbinworld。“机器学习方法“系列,我本着开放与共享(open and share)的精神撰写,目的是让更多的人了解机器学习的概念,理解其原理,学会应用。希望与志同道合的朋友一起交流,我刚刚设立了了一个技术交流QQ群:433250724,欢迎对算法、技术、应用感兴趣的同学加入,在交流中拉通——算法与技术,让理论研究与实际应用深度融合;也希望能有大转载 2017-01-05 11:11:12 · 1089 阅读 · 0 评论