- 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.
-
- 01 Apr, 2016 3 commits
-
-
Martin Wicke authored
Adding Spatial Transformer to Models
-
David Dao authored
Shorten STN summary in README relinked to data files adding license header, editing AUTHORS file adding tensorflow version
-
Sergio Guadarrama authored
Using a `tf.Tensor` as a Python `bool` is not allowed
-
- 30 Mar, 2016 1 commit
-
-
argszero authored
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.
-
- 28 Mar, 2016 1 commit
-
-
Martin Wicke authored
The ILSVRC original image url somehow changed, use the new one if failed
-
- 27 Mar, 2016 1 commit
-
-
Linchao Zhu authored
-
- 25 Mar, 2016 3 commits
-
-
Vijay Vasudevan authored
Fix typo in inception/README.md
-
Vijay Vasudevan authored
update broken code links
-
Gil Raphaelli authored
-
- 23 Mar, 2016 3 commits
-
-
swlsw authored
-
swlsw authored
-
Martin Wicke authored
Fix typo mistake, fixes #27.
-
- 22 Mar, 2016 2 commits
-
-
Martin Wicke authored
Fix Typo in inception/README.md
-
swlsw authored
-
- 21 Mar, 2016 1 commit
-
-
LiberiFatali authored
-
- 19 Mar, 2016 5 commits
-
-
Martin Wicke authored
Fixing issues #23 and #25
-
daviddao authored
-
daviddao authored
-
Martin Wicke authored
VAE runner fixed, data needs different scaler
-
Jiří Vahala authored
-
- 18 Mar, 2016 2 commits
-
-
Vijay Vasudevan authored
Correct typo mistakes
-
LiberiFatali authored
-
- 17 Mar, 2016 4 commits
-
-
Martin Wicke authored
initial commit, simple, separated models
-
Martin Wicke authored
make some bazel targets publicly visible
-
Fangwei Li authored
-
Jiří Vahala authored
-
- 16 Mar, 2016 2 commits
-
-
Martin Wicke authored
Fix link to tf-slim
-
Jason Holt authored
-
- 14 Mar, 2016 2 commits
-
-
Martin Wicke authored
Fix typos and broken link
-
Lukasz Kaiser authored
-
- 13 Mar, 2016 2 commits
-
-
Jack Zhang authored
-
Jack Zhang authored
-
- 12 Mar, 2016 1 commit
-
-
Martin Wicke authored
Fix typo in README.md
-
- 10 Mar, 2016 3 commits
-
-
Thijs Vogels authored
-
Martin Wicke authored
Removed tensorflow submodule
-
Manjunath Kudlur authored
Updated README
-
- 09 Mar, 2016 2 commits
-
-
Martin Wicke authored
Fix tables.
-
Chris Waterson authored
-