tensorflow-workshop
tensorflow-workshop copied to clipboard
This repo contains materials for use in a TensorFlow workshop.
Hello , Im simply trying to test code for image recognition and my code keeps throwing exception at "var graph = new Graph().as_default();' .The error is ' System.DllNotFoundException has been...
I am getting the following error when doing prediction after deploying model in cloud In my local C:\Program Files (x86)\Google\Cloud SDK>gcloud ml-engine predict --model Deep_Wide --version v4 --json-instances C:\Users\vikas\PycharmProjects\TensorflowUScensusData\test.json {...
I realise you are not yet setup to accept PRs. I've signed the Google CLA. Here it is anyway. Cheers.
When I tried to validate the output from preprocess.py against text8 as input, I found mismatch between input word sequence and the index encoded sequence which is written to text8-train.pb2....
AFAICT, `gcloud beta ml local train` args have had hyphens converted to underscores, and should now be: `train_data_paths`, `eval_data_paths`, and `output_path`. https://github.com/amygdala/tensorflow-workshop/blob/master/workshop_sections/mnist_series/cloudml/README.md#reading-tfrecords---exercise-3
I added a note earlier but figured I should make it a proper issue. Can you revisit this commit: https://github.com/amygdala/tensorflow-workshop/commit/5393ac52e6bded922d66789412c9b451bcae42da#diff-300e5b2cbe160af1a9b56b074a6e6b04R144 which now works for py 3 but *not* py 2.7?...
Yesterday, I saw the complete example of tf on k8s. But now some files are missing in the branch ”tensorkubes“. Could you send me the original complete file? thx~
Ran into this error in step 5 when trying to run the distributed workbook. NotFoundErrorTraceback (most recent call last) in () 52 last_report_step = step 53 average_loss_total = 0 --->...
It would be nice to put the [PyCon video link](https://youtu.be/GZBIPwdGtkk) on the `README.md` =) Thank you for the nice introductory tensorflow talk!!