- 26 Jan, 2018 1 commit
-
-
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
-
-
- 22 Jan, 2018 7 commits
-
-
cclauss authored
-
Asim Shankar authored
[samples/java]: Add some more descriptive text to the README
-
Asim Shankar authored
-
Neal Wu authored
-
Neal Wu authored
from six.moves import xrange (en masse)
-
derekjchow authored
Create __init__.py under research/object-detection/dataset_tools (Fix #3055)
-
Karmel Allison authored
Add multi-GPU flag to MNIST and allow for setting of replicated optimizer and model_fn
-
- 20 Jan, 2018 1 commit
-
-
cclauss authored
-
- 19 Jan, 2018 6 commits
-
-
Chris Shallue authored
readme fixes
-
Chris Shallue authored
updated eval for python 3
-
Chris Shallue authored
change file open mode to rb
-
Asim Shankar authored
-
Wolff Dobson authored
[samples/java]: Add a link to some slides.
-
Asim Shankar authored
-