Chao He

Results 17 comments of Chao He

**It would be great if there is a software that converts keras to pytorch.**

这个建议问问读读原文,或者原作者,其实我也不知道。 https://github.com/jacobgil/pytorch-grad-cam 在这里提问。

这个在收缩模块里面没有体现,而是体现在了第34行。

> > 两个参数修改为: b = nn.Parameter(torch.linspace(0, 10, out_channels).view(-1, 1)),否则变成没有grad的constant tensor了. > > 这样改也可以,我是在forward的时候view,也能解决。之前训练的时候打印这俩parameter,就发现值怎么都没变,看了老半天才找到这里的问题。改了之后准确率果然上去一点。最后再叠加上别的方法,总之效果不错,就写了篇论文引用了这个,比较幸运没被拒稿,目前还在修 欢迎关注一下我们团队的两个工作,对这个工作作了一些思考和扩展,代码也都开源了。 https://github.com/liguge/EWSNet https://github.com/liguge/DLWCB

这个就需要大家一起来做啦!由于不太熟悉这个领域就需要大家配合啦!

http://music.163.com/#/playlist?id=26467411

http://music.163.com/#/playlist?id=152261

> 请问您这有没有训练和测试的过程 There are many codes for training and testing on the Internet, and only the model is provided here. You can also refer to the code published in the...