0

enter image description here

This figure shows a basic block of a residual network. What it has two convolutional layers? What will happen when it has only one convolutional layer?

user570593
  • 3,420
  • 12
  • 56
  • 91

1 Answers1

1

It should still work with somewhat similar results. There are no problems with skipping only one layer.

See https://openreview.net/forum?id=HkwBEMWCZ and densenets https://arxiv.org/abs/1608.06993

Umang Gupta
  • 15,022
  • 6
  • 48
  • 66