trialofmiles t1_izld8ft wrote on December 9, 2022 at 11:12 PM Reply to Does anyone know how to get the NxNx12 from the input image - is it just using reshape function or is there any other function that can be used by Actual-Performer-832 This is spaceToDepth effectively? https://www.researchgate.net/figure/Intuitive-examples-of-space-to-depth-During-the-space-to-depth-method-top-we-aim-to_fig3_347156516 To accomplish the specific op here, spaceToDepth with block_size=2. https://discuss.pytorch.org/t/is-there-any-layer-like-tensorflows-space-to-depth-function/3487/12 Permalink 2
trialofmiles t1_izld8ft wrote
Reply to Does anyone know how to get the NxNx12 from the input image - is it just using reshape function or is there any other function that can be used by Actual-Performer-832
This is spaceToDepth effectively? https://www.researchgate.net/figure/Intuitive-examples-of-space-to-depth-During-the-space-to-depth-method-top-we-aim-to_fig3_347156516
To accomplish the specific op here, spaceToDepth with block_size=2.
https://discuss.pytorch.org/t/is-there-any-layer-like-tensorflows-space-to-depth-function/3487/12