annotated_deep_learning_paper_implementations icon indicating copy to clipboard operation
annotated_deep_learning_paper_implementations copied to clipboard

Stride = 2 only for the first block of the entire ResNet

Open PavelShtykov opened this issue 2 years ago • 0 comments

According to this row, ResNet is created only with one convolution with stride = 2:

https://github.com/labmlai/annotated_deep_learning_paper_implementations/blame/ec3c7366b7c7a763b0c06a6f703ded6bc2267638/labml_nn/resnet/init.py#L288

Is it ok?

PavelShtykov avatar Aug 16 '23 08:08 PavelShtykov