Instead of installing your custom TF repo to gain the custom extract image patches operation, I tried to write the operation in python with TF 1.0. This is what I came up with:
From here training is able to run, but no learning takes place and losses hover around 1.0 for thousands of steps.
Is there something I'm missing with this? Perhaps the optimizer can't back propagate losses through the operations taking place in python here, or there's an error in the code above when extracting and stacking these patches?
Hi trigeorgis,
Instead of installing your custom TF repo to gain the custom extract image patches operation, I tried to write the operation in python with TF 1.0. This is what I came up with:
`
From here training is able to run, but no learning takes place and losses hover around 1.0 for thousands of steps.
Is there something I'm missing with this? Perhaps the optimizer can't back propagate losses through the operations taking place in python here, or there's an error in the code above when extracting and stacking these patches?
Let me know if you'd like any more information.
Help is greatly appreciated!