- 29 Jan, 2018 5 commits
-
-
Jon Shlens authored
Updated cifar10_input.py to make tensorboard graph more meaningful
-
Jon Shlens authored
-
Neal Wu authored
Clear softmax_cross_entropy deprecation warning.
-
Neal Wu authored
-
Steven Hickson authored
-
- 26 Jan, 2018 10 commits
-
-
Karmel Allison authored
Add multi-GPU option to MNIST
-
Karmel Allison authored
* Using nightly TF docker * Explicitly pull image
-
Karmel Allison authored
* Update readme * Respond to CR
-
Neal Wu authored
-
Neal Wu authored
CogMap: import logging
-
Neal Wu authored
-
Neal Wu authored
CogMap: import numpy as np
-
cclauss authored
-
cclauss authored
-
Mark Daoust authored
The `sparse` version is more efficient anyway. I'm returning the labels shape [1] instead of [] because tf.accuracy fails otherwise.
-
- 24 Jan, 2018 21 commits
-
-
Toby Boyd authored
assert fails on requesting gpus when not available
-
Toby Boyd authored
-
Toby Boyd authored
Add @protoget and @tfboyd as cifar10_estimator owners
-
Neal Wu authored
-
Neal Wu authored
Use r-string to avoid raising Python 3 SyntaxError
-
Neal Wu authored
-
Neal Wu authored
file() was removed in Python 3 (en masse)
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
Revert "Add multi-GPU to MNIST, take two (#3199)"
-
cclauss authored
-
cclauss authored
In Python 2 the string and the r-string behave the same: $ __python2__ ``` >>> '$\Uparrow$ ' '$\\Uparrow$ ' >>> r'$\Uparrow$ ' '$\\Uparrow$ ' >>> '$\Uparrow$ ' == r'$\Uparrow$ ' True ``` In Python 3 the string raises a Syntax Error while the r-string works just like Python 2. ``` >>> '$\Uparrow$ ' File "<stdin>", line 1 SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 1-2: truncated \UXXXXXXXX escape >>> r'$\Uparrow$ ' '$\\Uparrow$ ' ```
-
cclauss authored
-
Neal Wu authored
Add astronet directory and a temporary README.md
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
Fix Python 3 Syntax Errors (en masse)
-
cclauss authored
-
- 23 Jan, 2018 4 commits
-
-
cclauss authored
-
Neal Wu authored
long was removed in Python 3 (en masse)
-
Christopher Shallue authored
-
-