nvdla / sw

NVDLA SW
Other
489 stars 193 forks source link

PRELU is not implemented in compiler and runtime? #227

Open zijin520 opened 3 years ago

zijin520 commented 3 years ago

Seems the prelu parameter "negative_slope" does not work in the NVDLA, who can tell me the reason? Thanks. layer { name: "relu1" type: "ReLU" bottom: "conv1_scale" top: "conv1_scale" relu_param { negative_slope: 0.1 } }

zijin520 commented 3 years ago

Why no one support here?

timzhang32 commented 2 years ago

Why no one support here?

Same issue here. Have you worked it out?