- 14 Jun, 2016 1 commit
-
-
Vladimir authored
Changed the example to the VGG-16 net
-
- 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
-
- 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 7 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
-
Rasesh Patel authored
-
Vincent Li authored
-
calberti authored
-
- 16 Apr, 2016 1 commit
-
-
swlsw authored
-
- 13 Apr, 2016 2 commits
-
-
Jianmin Chen authored
* improve image processing performance for Inception.
-
Jianmin Chen authored
Implements a distributed trainer for Inception.
-
- 12 Apr, 2016 3 commits
-
-
Derek Murray authored
Updated to the latest version of TF-Slim
-
Derek Murray authored
-
Derek Murray authored
-
- 11 Apr, 2016 2 commits
-
-
Sergio Guadarrama authored
Update ops.py
-
Sergio Guadarrama authored
Make sure range create a list, otherwise this won't create a list in Python 3.
-
- 08 Apr, 2016 4 commits
-
-
Jianmin Chen authored
Add collections_test
-
Jianmin Chen authored
-
Jianmin Chen authored
-
Jianmin Chen authored
update inception slim.
-
- 07 Apr, 2016 1 commit
-
-
Jianmin Chen authored
-
- 06 Apr, 2016 1 commit
-
-
Lukasz Kaiser authored
Fix issue in neural_gpu.py where TypeError is raised.
-
- 05 Apr, 2016 1 commit
-
-
Orion Reblitz-Richardson authored
* `python neural_gpu_trainer.py --task=rev` raises the following TypeError: File “..models/neural_gpu/neural_gpu.py", line 26, in conv_linear assert args File “..tensorflow/python/framework/ops.py", line 475, in __nonzero__ raise TypeError("Using a `tf.Tensor` as a Python `bool` is not allowed. " TypeError: Using a `tf.Tensor` as a Python `bool` is not allowed. Use `if t is not None:` instead of `if t:` to test if a tensor is defined, and use the logical TensorFlow ops to test the value of a tensor.
-