converter - how do i convert photographs to tensors -


i neophyte neural network user trying grips tensorflow. have used mnist dataset test, , use real world data. can point me "howto" or paper or source tells me how go converting digital photographs in files, (jpeg, png, gif, wmf), tensors ready import tensorflow please?

cheers!

you can use tensorflow image functions load images , convert them tensors. after loading images, want @ tf.image.resize_bilinear resize images standard sizes.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -