tensorflow-workshop
tensorflow-workshop copied to clipboard
Hi, Currently, your code is only valid for solving classification problems. Can you modify/try it with some regression data on grayscale images? For example input to the network is a...
Hi, I've updated the files to work with the new Tensorflow API introduced in v1.0 I've tried to keep changes minimal All files were able to execute without errors on...
Hi, @samjabrahams How Can I get the saved model? I want Alexnet Transfer learning. Thanks
Dear sir, Thank you so much for your tensorflow-workshop. It helps me understand clearly about tensorflow. Would you mind if I ask you how to import pictures into model so...
Added a script to use retrained inception to classify individual images, and small folder of images to test on. Also incorporated this into the inception retraining notebook.