- 21 Aug, 2018 6 commits
-
-
Billy Lamberta authored
Basic_Regression notebook: Python2 compatibility
-
Billy Lamberta authored
-
Billy Lamberta authored
-
Billy Lamberta authored
Docs: Grammar fix
-
Stafford Williams authored
-
Stafford Williams authored
-
- 20 Aug, 2018 3 commits
-
-
Taylor Robie authored
* perform a codecs check and remove unicode \ufeff if utf-8 is not present * delint
-
Mark Daoust authored
Docs: fix iteration count
-
Stafford Williams authored
Update the epoc/iteration count noted to match the code.
-
- 19 Aug, 2018 2 commits
-
-
ChrisDEV authored
-
Mark Daoust authored
Update plt.grid args to avoid deprecation message
-
- 18 Aug, 2018 2 commits
- 17 Aug, 2018 1 commit
-
-
Niru Maheswaranathan authored
Modify flag name for the checkpoint path
-
- 16 Aug, 2018 8 commits
-
-
Jules Gagnon-Marchand authored
* Deterministic dataset order fix In order for the order of the files to be deterministic, in `tf.data.Dataset.list_files(..., shuffle)`, shuffle needs to be True, otherwise different iterator inits will yield different file orders * removed unnecessary shuffle of filenames * Removed the `_FILE_SHUFFLE_BUFFER` definition
-
Mark Daoust authored
Adding illustrative charts to basic classification tutorial
-
Taylor Robie authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Billy Lamberta authored
Nits in basic_regression.ipynb
-
Max Ghenis authored
* Remove trailing spaces * Fix "dependant" spelling error * Remove periods at the end of comments* * Add spaces after commas* \* For internal consistency and consistency with PEP8 examples
-
- 15 Aug, 2018 4 commits
-
-
Wei Wang authored
-
Manoj Plakal authored
Add a pointer to a Colab for the embeddings
-
zan authored
-
Malcolm Slaney authored
Added a pointer to a Colab that illustrates how to use the public AudioSet models to generate embeddings for user-specified sounds.
-
- 14 Aug, 2018 4 commits
-
-
alope107 authored
* Fix Transformer TPU crash in Python 2.X. - Tensorflow raises an error when tf_inspect.getfullargspec is called on a functools.partial in Python 2.X. This issue would be hit during the eval stage of the Transformer TPU model. This change replaces the call to functools.partial with a lambda to work around the issue. * Remove unused import from transformer_main. * Fix lint error.
-
Zac Wellmer authored
* warm start a resent with all but the dense layer and only update the final layer weights when fine tuning * Update README for Transfer Learning * make lint happy and variable naming error related to scaled gradients * edit the test cases for cifar10 and imagenet to reflect the default case of no fine tuning
-
Joel Shor authored
Add intra/inter op support for dcgan model
-
MyungSung Kwak authored
change flag name to checkpoint_dir according to the variable name used by the checkpoint_utils within tensorflow python framework. The important point is that when run the run_eval script, an error occurs due to the different flag name. Signed-off-by:MyungSung Kwak <yesmung@gmail.com>
-
- 13 Aug, 2018 8 commits
-
-
Billy Lamberta authored
Add plots to regression notebook.
-
Mark Daoust authored
Fixes for Style transfer tutorial.
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
kangtop729 authored
There is a typing error.
-
- 10 Aug, 2018 2 commits
-
-
Yanhui Liang authored
-
Taylor Robie authored
-