问题描述
我在中已经看到,它们提供了有关不同架构的一些有趣统计数据,例如发生的操作次数等。
I have seen in tensorflow tutorials, they provide some interesting statistics about different architectures, such as number of operations taking place, etc .
如何使用Caffe实现类似的功能?
我自己如何计算或编译这些有趣的统计信息?
(顺便说一句,我不是在谈论张量板可视化,只是统计信息,例如操作数和类似的东西)
How can I achieve something similar using Caffe?
How can compute or compile such interesting statistics myself?
(by the way I'm not talking about tensorboard visualizations, Just statistics such as number of operations and stuff like that)
推荐答案
有一个开放的。
我们非常欢迎您提出一个实现此功能对caffe的贡献!
There is an open issue #2507 in BVLC/caffe github requesting this feature.
You are more than welcome to make a contribution to caffe implementing this feature!
这篇关于在Caffe中是否可以计算在架构中进行的操作数量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!