- 05 Feb, 2018 1 commit
-
-
Andre Araujo authored
-
- 03 Feb, 2018 6 commits
-
-
Dan O'Shea authored
-
Dan O'Shea authored
-
Dan O'Shea authored
-
Dan O'Shea authored
-
Andre Araujo authored
-
Dan O'Shea authored
For stitched models, the readin matrices and bias vectors are initialized to the "alignment" matrix and bias specified in each dataset's .h5 file. If do_train_readin is True, these will be trainable, and if not, they will be fixed.
-
- 02 Feb, 2018 1 commit
-
-
joel-shor authored
`max_number_of_evaluation` -> `max_number_of_evaluations`.
-
- 31 Jan, 2018 2 commits
- 30 Jan, 2018 2 commits
- 26 Jan, 2018 1 commit
-
-
cclauss authored
-
- 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
-