NanoNet icon indicating copy to clipboard operation
NanoNet copied to clipboard

Fix bug in residual_block

Open reshalfahsi opened this issue 1 year ago • 0 comments

Hello sir,

In your paper, it is reported that the NanoNet-C has parameters of 36K. Yet, when I try to replicate the model in PyTorch, available online on my repository, the number of parameters doesn't match up. Instead, it has 43K parameters. After carefully reading your code, I found an error in the residual_block function. However, I have fixed the error summarized in this pull request. Thank you.

reshalfahsi avatar Jan 03 '23 13:01 reshalfahsi