bicubic_interp-tensorflow icon indicating copy to clipboard operation
bicubic_interp-tensorflow copied to clipboard

When I use this function it crashes my GPU driver or something

Open ReactorScram opened this issue 6 years ago • 1 comments

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.

ReactorScram avatar Jan 09 '19 22:01 ReactorScram

No longer working on that convnet, close if you need

ReactorScram avatar Dec 01 '23 03:12 ReactorScram