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
Hi, thanks for sharing the code.
I have two questions:
1 tensorflow backend. I use tensorflow back to train the model, But the predicted output is poor.
2 how to use your index-based-upsampling code? If I use tensorflow backend, how do I modify it?
Thank you.
The text was updated successfully, but these errors were encountered:
opnumten
changed the title
number of layers and index-based-upsampling
tensorflow backend and index-based-upsampling
Mar 30, 2017
Hi, @opnumten.
In order to implement index based upsampling with tensorflow you would need to modify tf pooling function so that it would memorize max indices, similarly you would need custom upsampling function that would do upsampling with repsect to passed indices. Then you would need to implement custom layers performing this operations.
Code in index-based-upsampling does all that for old theano version.
Thank you. For the 1st question, I use all the parameters you share except I use tensorflow backend, the result is : Test score: 0.661281108856 Test accuracy: 0.683624267578
I don't konw why. I don't think backend should have such huge influence
Hi, thanks for sharing the code.
I have two questions:
1 tensorflow backend. I use tensorflow back to train the model, But the predicted output is poor.
2 how to use your index-based-upsampling code? If I use tensorflow backend, how do I modify it?
Thank you.
The text was updated successfully, but these errors were encountered: