pacnet icon indicating copy to clipboard operation
pacnet copied to clipboard

Reason for No ReLU

Open saikumar96 opened this issue 5 years ago • 1 comments

Is there any intuition behind having no ReLU layers after the last conv layers and all of the pac_t layers?

saikumar96 avatar Nov 04 '19 15:11 saikumar96

Sorry for the delay! There are ReLU layers after pac_t layers. See https://github.com/NVlabs/pacnet/blob/master/task_jointUpsampling/models.py#L248

The output of the last conv is the output of the network. Depending on the task, it usually doesn't make sense to clip values at zero.

suhangpro avatar Nov 27 '19 04:11 suhangpro