tensorflow-workshop icon indicating copy to clipboard operation
tensorflow-workshop copied to clipboard

Slides and code from our TensorFlow workshop.

Results 11 tensorflow-workshop issues
Sort by recently updated
recently updated
newest added

I landed here from https://www.youtube.com/watch?v=d12ra3b_M-0 - I wonder if this tutorial are updated for TF2 ?! or any place to find the TF2 compatible edition ? Thanks.

Hi Josh, Thanks for sharing the notebooks! In the "07_structured_data", it states that "Using TensorFlow 1.4, the below can be written using regular Python code to parse the CSV file,...

[Cat Dog Estimator](https://github.com/random-forests/tensorflow-workshop/tree/master/extras/cat_dog_estimator) appears to be overfitting, and data could be separated between training and test set for better evaluation.

At step 7 in https://github.com/random-forests/tensorflow-workshop/blob/master/setup/install-docker-cloud.md, bash responds with `git: command not found`

For now MultiRNNCell and LSTMCell support is not included due to the multiple because is not so straight forward, don't think is worth mentioning.

This is not in the best shape yet, but has a good draft of what would be a good introduction to estimators for people new to TensorFlow.

On a Windows 7 machine with python-3.5.3-amd64 - when running the 00_download_data.ipynb of zurich I end up in the following error within cell no. 2 (when trying to load the...

I seemed to have several issues with the cloud install. Specifically getting the docker running and code cloned: After running `docker run -it -p 8888:8888 -p 6006:6006 tensorflow/tensorflow bash`, then...