We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83525f5 commit d016990Copy full SHA for d016990
general/efficientNet/efficientNet.md
@@ -59,5 +59,7 @@ EfficientNet的优化方式如下:
59
+ w是网络通道也叫网络宽度(每x2,网络计算量x4)
60
+ r是网络特征图分辨率(每x2,网络计算量x4)
61
62
-> 首先使用网络搜索方法搜索出了
+> 首先使用网络搜索方法搜索出了一套基础参数α,β,γ,变换不同的指数参数Φ 得到多组不同的缩放组合
63
+
64
+> 也即是最后的 B0-B7的模型
65
0 commit comments