You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
}
The text was updated successfully, but these errors were encountered:
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
}
}
The text was updated successfully, but these errors were encountered: