Skip to content

Which model is used to calculate the total parameters in paper table 2? #5

@Zamirquito

Description

@Zamirquito

Hi, @tyshiwo , Thanks for your excellent work.

I have read the MemNet paper, and I find that in table 2 the Memnet parameters is 677K, I'm confused by the total parameters.....

The default model is M6R6 with depth 80. In every residual block, there are 2 relu_conv structure (64x64x9x2), so I just calculate the conv parameters:
(64x64x9x2)x6x6 = 2654208
and I calculate the total parameters, which are roughly 2.91M.

So I'm confused by the total parameters. Can you point out the actual method to calculate the parameters in your paper? Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions