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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -