这是indexloc提供的服务,不要输入任何密码
Skip to content

Why is the depth_coefficient of efficientnet-b7 defined as 3.1? #1047

@T990820

Description

@T990820

The related code is found on line 47 of efficientnet_x_builder.py. According to equation (3) of the paper, the image size of efficientnet-b7 is 600, so

r=γ^Φ=1.15^Φ=600/224=2.6786

Φ=log(2.6786)/log(1.15)=7.04

then a conclusion can be drawn as

depth_coefficient=d=α^Φ=1.2^7.04=3.6094≠3.1

I have browsed several repos about EfficientNet, which most of them define depth of efficientnet-b7 as 3.1, so I'm not sure if the above derivation is correct. If I'm wrong, what's the correct mathematical derivation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions