HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.54k stars 2.83k forks source link

The meanings of 'ConvRes' #110

Open folliefollie721 opened 3 years ago

folliefollie721 commented 3 years ago

Thank you for the awesome project! I have a question whether the meaning of 'ConvRes' layer is the combination of transpose convolution and relu activation. Does it mean the reversed convolution?

SirBubbls commented 3 years ago

I couldn't find the layer you mentioned, but 'ConvRes' should refer to a residual convolution layer. You can read more about residual learning here.

yzj0531 commented 2 years ago

The 'ConvRes' can be found only in Python part, and Latex part not.