bicubic_interp-tensorflow
bicubic_interp-tensorflow copied to clipboard
When I use this function it crashes my GPU driver or something
I'm not sure why, but since this is a small repo I wanted to mention it in case someone else has the same problem.
I am working on a convolutional network that ends up putting very small feature maps, and I need the features back at the full input resolution for various reasons. TensorFlow's built-in bicubic resize didn't work, and this doesn't seem to do it either. Maybe there is a de-convolution approach I should try.
No longer working on that convnet, close if you need