- 24 Jan, 2018 3 commits
-
-
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
-
cclauss authored
-
- 23 Jan, 2018 3 commits
-
-
cclauss authored
-
Christopher Shallue authored
-
-
- 22 Jan, 2018 1 commit
-
-
cclauss authored
-
- 20 Jan, 2018 1 commit
-
-
cclauss authored
-
- 13 Jan, 2018 1 commit
-
-
ofirnachum authored
-
- 12 Jan, 2018 1 commit
-
-
Dan Abolafia authored
-
- 10 Jan, 2018 2 commits
-
-
ashaw596 authored
Added an 'env' parameter to env_step function since one an unreferenced one is used in the function.
-
Daksh Varshneya authored
Incorporated the suggested changes.
-
- 09 Jan, 2018 2 commits
-
-
Dan Abolafia authored
-
Dan Abolafia authored
-
- 08 Jan, 2018 1 commit
-
-
Vivek Rathod authored
-
- 05 Jan, 2018 2 commits
-
-
Alexander Gorban authored
Use temp variable for predictions.
-
Alexander Gorban authored
Before the fix the demo_inference.py used batch_norm and it did the normalization of input image implicitly. If at inference time the batch_norm was disabled the inference produced incorrect results. This fix does the proper input image normalization and disables the batch_norm at inference time.
-
- 04 Jan, 2018 1 commit
-
-
Daksh Varshneya authored
Change in Object Dectection Model. Change parameter name given to RewriterConfig Proto. optimize_tensor_layout was changed to layout_optimizer in current tf version.
-
- 03 Jan, 2018 1 commit
-
-
krantideep95 authored
Fix AudioSet url
-
- 30 Dec, 2017 1 commit
-
-
josher19 authored
Fix typo: "the most is mostly converged" vs "the model is mostly converged"
-
- 29 Dec, 2017 1 commit
-
-
Joseph Friedman authored
-
- 27 Dec, 2017 2 commits
-
-
Joseph Friedman authored
-
Joseph Friedman authored
Fixed one typo in my previous fix, added specific nltk data to install , mention unzip as a requirement
-
- 26 Dec, 2017 1 commit
-
-
Joseph Friedman authored
-
- 25 Dec, 2017 1 commit
-
-
daquexian authored
-
- 21 Dec, 2017 1 commit
-
-
Neal Wu authored
-
- 20 Dec, 2017 1 commit
-
-
Chunhua Jiang authored
-
- 19 Dec, 2017 1 commit
-
-
Alexey Kurakin authored
Add newly released adversarially trained (no ensemble) checkpoint for Inception Resnet v2.
-
- 14 Dec, 2017 2 commits
-
-
Derek Chow authored
-
jzhugithub authored
-
- 08 Dec, 2017 1 commit
-
-
Marc Belmont authored
-
- 07 Dec, 2017 2 commits
-
-
Corey Lynch authored
-
Corey Lynch authored
-
- 05 Dec, 2017 1 commit
-
-
Amit Patankar authored
-
- 01 Dec, 2017 1 commit
-
-
Buzzology authored
Conflicts with comment on following line, the comment is correct.
-
- 30 Nov, 2017 3 commits
-
-
Joel Shor authored
PiperOrigin-RevId: 176969064
-
Dieterich Lawson authored
-
Dieterich Lawson authored
-
- 29 Nov, 2017 2 commits