- 10 Apr, 2017 2 commits
-
-
Andrew Selle authored
-
Andrew Selle authored
-
- 08 Aug, 2016 4 commits
-
-
Slav Petrov authored
fixed URL for pretrained syntactic models
-
Arne Neumann authored
-
calberti authored
-
calberti authored
* Adding scripts for tokenization and parsing in new languages.
-
- 07 Aug, 2016 1 commit
-
-
calberti authored
* Adding: - offset feature locator, - last word feature function, - untokenized text format.
-
- 05 Aug, 2016 1 commit
-
-
calberti authored
* Adding references to @calberti and @andorardo to syntaxnet readme.
-
- 04 Aug, 2016 1 commit
-
-
calberti authored
* Morpher and segmenter transition systems and new features (quotes, punctuation, capitalization, character ngrams, morphology attributes).
-
- 02 Aug, 2016 1 commit
-
-
Xin Pan authored
-
- 21 Jul, 2016 1 commit
-
-
calberti authored
Cleanup changes for syntaxnet.
-
- 20 Jul, 2016 3 commits
-
-
Sergio Guadarrama authored
Fixed confusing wording
-
calberti authored
-
Anthony Tatowicz authored
The script actually reads $LABEL_FILE and strips out the text, which it uses to label and find image files in their respective sub directories.
-
- 28 Jun, 2016 1 commit
-
-
David Mansfield authored
* TF defines the same external repositories but with different commit and BUILD * Fix a bunch of bazel namespace issues @tf changed to @org_tensorflow Tensorflow stopped using protobuf as submodule, now it's external, so use @protobuf * Sync to master of tensorflow submodule: - local version of is_cuda in syntaxnet.bzl, - using unique_ptr in file api.
-
- 27 Jun, 2016 1 commit
-
-
Riyad Parvez authored
As Docker builds are layer by layer, removing cached package files in different layers do not reduce image size. To reduce image size, cached packages have to removed in the same layer i.e., `RUN` command as the packages have been installed. Signed-off-by:Riyad Parvez <social.riyad@gmail.com>
-
- 24 Jun, 2016 1 commit
-
-
Sergio Guadarrama authored
Misspelling in parameter (factfor --> factor)
-
- 23 Jun, 2016 2 commits
-
-
Chris Han authored
-
Evan Lezar authored
* Use the tensorflow cross entropy function to prevent nan losses. * Correct double softmax and use mean for loss.
-
- 22 Jun, 2016 2 commits
-
-
Chris Waterson authored
remove unneeded assignment statement
-
Luke LaFountaine authored
-
- 21 Jun, 2016 3 commits
-
-
Maciek Chociej authored
Fix linkage of UnpackSparseFeatures op so kernel is registered
-
Sergio Guadarrama authored
Error Fix in Read.me, Added download_and_preprocess_flowers_mac for Mac commands
-
Sergio Guadarrama authored
fix for broken link to slim README.md
-
- 20 Jun, 2016 1 commit
-
-
Chris Han authored
-
- 17 Jun, 2016 2 commits
-
-
Sergio Guadarrama authored
Update slim README.md
-
Sergio Guadarrama authored
Fixed references to slim.losses
-
- 16 Jun, 2016 1 commit
-
-
David Mansfield authored
-
- 15 Jun, 2016 2 commits
-
-
Lukasz Kaiser authored
Update neural_gpu documentation.
-
Orion Reblitz-Richardson authored
* Switch from decimal to symbol in most places and add a description of what a symbol is per Lukasz.
-
- 14 Jun, 2016 1 commit
-
-
Orion Reblitz-Richardson authored
* Add list of algorithmic tasks. * Detail what is stored in /tmp/neural_gpu/ (default location). * Detail that one should hit Ctrl-C to stop the training process. * Add sections around decoding and animation, but couldn't get those to work myself. Still worth having in the docs.
-
- 02 Jun, 2016 6 commits
-
-
Olivia authored
fixes b/28821889
-
Weilin Xu authored
-
Evan Lezar authored
When importing tensorflow before scipi.ndimage and running the example in a docker container, the following error is given: ``` % python example.py Traceback (most recent call last): File "example.py", line 25, in <module> im = im / 255. TypeError: unsupported operand type(s) for /: 'instance' and 'float' ``` This only happens for 'cat.jpg'. When converting the image to a '.png' file, the example runs as expected. When swapping the imports around so that scipy.ndimage is imported BEFORE tensorflow, both 'jpg' and 'png' files work. -
Luke LaFountaine authored
-
Chris Waterson authored
Add a tool to convert Glove co-occurrence matrices into Swivel shards. (Roundabout way to address issue #127). (#151)
-
Evan Lezar authored
The file contents were taken from: https://github.com/github/gitignore/blob/master/Python.gitignore
-
- 01 Jun, 2016 2 commits
-
-
Andrea Ferri authored
Changed shuf in gshuf to support mac. line: 82
-
Andrea Ferri authored
Correct a grammar error in the shell script from blaze to bazel line 586
-
- 31 May, 2016 1 commit
-
-
Evan Lezar authored
* Changed the examples to specify the output size instead of the downsample_factor. This is required by PR #57 * Address flake8 errors. * Update readme and parameter descriptions.
-