【发布时间】:2018-04-25 07:14:13
【问题描述】:
我想从头实现 resnet 50 它是由原始论文的作者在 caffe 中实现的,但我想要 tensorflow 实现 由于这个存储库:https://github.com/KaimingHe/deep-residual-networks 因此这张图片:http://ethereon.github.io/netscope/#/gist/db945b393d40bfa26006 我知道每个等价物(在 tensorflow 中),但我不知道 scale 的含义,在批量标准化之后,你能解释一下含义以及 batchnorm 中的“使用 globale state”参数吗?
【问题讨论】:
标签: tensorflow neural-network computer-vision deep-learning caffe