You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
zqqq 938e4b307b init 2 years ago
..
configs init 2 years ago
data init 2 years ago
models init 2 years ago
tools init 2 years ago
trainer init 2 years ago
__init__.py init 2 years ago
args.py init 2 years ago

目前计算机视觉卷积神经网络任务中大多都会使用BatchNormalization,用来归一化数据,保持训练的稳定性,这一方法是非常有效的。但是BN也带来了额外的不小的计算开销、模型训练和推理时的行为差异和打破了小批量样本之间的独立性的问题。为此,DeppMind提出了构建Normal Free的模型,用StdConv代替普通的CNN,实现稳定训练和优异的性能。

Python C++ Shell Text other

Contributors (2)