How do I use the upsampling layer?
26 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
JaeHyeon Lee
il 4 Gen 2021
Commentato: JaeHyeon Lee
il 11 Gen 2021
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??
0 Commenti
Risposta accettata
Asvin Kumar
il 8 Gen 2021
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Interpolation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!