"vscode:/vscode.git/clone" did not exist on "6ed88985903be474ecd59992f7191c2f0fa87e36"
- 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.
-
- 25 May, 2016 1 commit
-
-
K. Nathaniel Tucker authored
-
- 19 May, 2016 1 commit
-
-
Martin Wicke authored
Asking which model this issue is about
-
- 18 May, 2016 1 commit
-
-
calberti authored
-
- 17 May, 2016 1 commit
-
-
calberti authored
* Updating TF submodule to latest and adding a Dockerfile example. * Extra \n in ./configure. * Updating Dockerfile to use bazel 0.2.2b. * Replacing a mention of treebank_union with PMP in the README.
-
- 16 May, 2016 3 commits
-
-
Jim Alateras authored
* doc: Add instructions on installing numpy * fix typo
-
calberti authored
fix "we processes" typo
-
calberti authored
fix typo
-
- 15 May, 2016 1 commit
-
-
Sergio Guadarrama authored
Typos
-
- 14 May, 2016 2 commits
-
-
Patrick Neschkudla authored
-
Katsunori Nakanishi authored
-
- 12 May, 2016 4 commits
-
-
Vincent Ohprecio authored
-
Timur authored
* Modified the way the output size is specified. * Added support for batches of inputs.
-
Stefan Dierauf authored
-
Sergio Guadarrama authored
Tentative fix for issue #47
-