You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: