フィルターのクリア

How do I use the upsampling layer?

11 ビュー (過去 30 日間)
JaeHyeon Lee
JaeHyeon Lee 2021 年 1 月 4 日
コメント済み: JaeHyeon Lee 2021 年 1 月 11 日
I use the upsampling layer in MATLAB, but I want to use upsampling interpolation instead of the transposed convolution layer. How do I customize billinear interpolation layer??

採用された回答

Asvin Kumar
Asvin Kumar 2021 年 1 月 8 日
I believe the functionality you are looking for is available in the resize2dLayer function that was introduced in R2020b. You can set the ‘Method’ property to ‘bilinear’ for bilinear interpolation.
  1 件のコメント
JaeHyeon Lee
JaeHyeon Lee 2021 年 1 月 11 日
thank you!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by