python - resize 3D image with 5D tensor in tensorflow ...
https://stackoverflow.com/questions/4385199907.05.2017 · resize 3D image with 5D tensor in tensorflow. Ask Question Asked 4 years, 7 months ago. Active 4 years, 5 months ago. Viewed 3k times 1 2. I am using 3D convolution for my network. In a node of my network I need to resize my image from [5,50,50,10,256] to [5,100,100,10,256]. I just want to resize ...