We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,请问海思nnie上默认支持双线性差值吗?如果不支持,可否在不造轮子前提下使用其他层实现? @hanson-young 谢谢
The text was updated successfully, but these errors were encountered:
部分支持吧,UpsamplingBilinear2d对应的可以使用Deconvolution代替,不过也看你的缩放比例。比如, layer { name: "UpsamplingBilinear2d_3" type: "Deconvolution" bottom: "ConvNd_37" top: "UpsamplingBilinear2d_3" param { lr_mult: 0.0 decay_mult: 0.0 } convolution_param { num_output: 24 bias_term: false pad: 1 kernel_size: 4 group: 24 stride: 2 weight_filler { type: "bilinear" } } }
Sorry, something went wrong.
No branches or pull requests
你好,请问海思nnie上默认支持双线性差值吗?如果不支持,可否在不造轮子前提下使用其他层实现? @hanson-young 谢谢
The text was updated successfully, but these errors were encountered: