- 28 Aug, 2017 1 commit
-
-
Jay Young authored
example_pos_ is the cursor to current position when reading the corpus file. When corpus file is very big, the corpus_size_ may bigger than max of int32, then example_pos_ became negative, and cause `corpus_[example_pos_]` to `Segmentation Fault`.
-
- 27 Aug, 2017 1 commit
-
-
Martin Wicke authored
Update autoencoders
-
- 25 Aug, 2017 1 commit
-
-
Toby Boyd authored
Download and create TFRecords with single command.
-
- 24 Aug, 2017 8 commits
- 23 Aug, 2017 2 commits
-
-
Eli Bixby authored
-
Alexey Kurakin authored
-
- 22 Aug, 2017 3 commits
-
-
Alexey Kurakin authored
-
Eli Bixby authored
-
Xin Pan authored
file() was removed in Python 3, use open() instead
-
- 21 Aug, 2017 9 commits
-
-
Chris Shallue authored
Remove internal restrictions in Skip Thoughts BUILD
-
Christopher Shallue authored
-
Chris Shallue authored
Remove internal restriction in Skip Thoughts BUILD
-
Christopher Shallue authored
-
Alan Yee authored
Remove spacing according to PEP 8
-
Alan Yee authored
Remove spacing according to PEP 8
-
Alan Yee authored
Remove spacing according to PEP 8
-
Alan Yee authored
Removing spaces around keywords according to PEP 8
-
Lukasz Kaiser authored
rebar: center() is defined in utils
-
- 20 Aug, 2017 1 commit
-
-
Toby Boyd authored
-
- 19 Aug, 2017 3 commits
-
-
Toby Boyd authored
-
cclauss authored
* from six.moves import xrange for Python 3 * from __future__ import print_function for Python 3 Also old style exception --> new style exception * Define basestring for Python 3 Also remove unused import. * from six import string_types for Python 3 * from __future__ import print_function * print() --> print('') -
-
- 18 Aug, 2017 11 commits
-
-
Eli Bixby authored
-
Alan Yee authored
-
Alan Yee authored
-
Alan Yee authored
-
Alan Yee authored
-
Alan Yee authored
-Fixed print styling -Fixed code according to PEP 8
-
Alan Yee authored
-Fixed print output styling -Fixed code according to PEP 8
-
Alan Yee authored
-Fixed styling of print -Fixed code according to PEP 8
-
Alan Yee authored
Ensuring each lines has fewer than 80 chars
-
Alan Yee authored
-Fixed print styling -Spaced import statements according to PEP 8
-
-