InceptionV3 and transfer learning with tensorflow -


i transfer learning given inceptionv3 in tensorflow example. following classify image example , operator , tensor names given here https://github.com/akshayubhat/visualsearchserver/blob/master/notebooks/notebook_network.ipynb can create graph. when, put batch of images of size (100, 299, 299, 3) in pre-computed inception graph, following shape error @ pool_3 layer :

valueerror: cannot reshape tensor 204800 elements shape [1, 2048] (2048 elements) 

it seems inceptionv3 graph doesn't accept image batch input. wrong ?

you're not wrong. seems reasonable feature request, i've opened a ticket on github. follow updates.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -