- 20 Jan, 2017 3 commits
-
-
Li Lao authored
Update inception model based on tf API changes: replace tf.op_scope with tf.name_scope and tf.variable_op_scope with tf.variable_scope; fix the order of arguments for tf.concat; replace tf.mul with tf.multiply.
-
Neal Wu authored
Force new instance creation in MultiRNNCell (See also CL 145094809)
-
Neal Wu authored
-
- 19 Jan, 2017 4 commits
- 18 Jan, 2017 4 commits
- 17 Jan, 2017 1 commit
-
-
Neal Wu authored
-
- 16 Jan, 2017 3 commits
-
-
Wills Cui authored
* Update resnet to run with tf r0.12 API. 1. tf.image.per_image_whitening -> tf.image.per_image_standardization 2. Use tf.summary to replace tf.image_summary, tf.scalar_summary, tf.merge_all_summaries. * remove log
-
Justine Tunney authored
Fixed #903
-
Justine Tunney authored
Fixes #657
-
- 15 Jan, 2017 1 commit
-
-
gunan authored
Upgrade Bazel in syntaxnet Dockerfile
-
- 14 Jan, 2017 7 commits
-
-
Lukasz Kaiser authored
Ability to train the translation model on arbitrary input sources.
-
Justine Tunney authored
-
Neal Wu authored
ensure output directory exists
-
Neal Wu authored
Python 3 support for some inception scripts
-
Neal Wu authored
-
Neal Wu authored
Update deprecated function
-
gunan authored
Update the tensorflow submodule in syntaxnet in order to fix the zlib URL
-
- 13 Jan, 2017 5 commits
-
-
Neal Wu authored
Added shape to cifar10_input.py
-
Neal Wu authored
Fixes #893
-
Neal Wu authored
-
Chris Shallue authored
im2txt: make python3 compatible adding lt and eq
-
Jun Kim authored
-
- 12 Jan, 2017 1 commit
-
-
Martin Wicke authored
Real NVP code
-
- 11 Jan, 2017 3 commits
-
-
Laurent Dinh authored
-
Yuefeng Zhou authored
* Variables defined in ExponentialMovingAverage need not to be shared. * Address comments.
-
Henry-E authored
The neural programmer model fails the first time it's run, if the output directory folder does not already exist. In this case "../model" does not exist and the function fails because the mkdir function doesn't appear to create parent folders. Error: tensorflow.python.framework.errors_impl.NotFoundError: ../model//modeltemp/
-
- 10 Jan, 2017 8 commits
-
-
Chris Shallue authored
Update README.md to indicate required TensorFlow version.
-
Christopher Shallue authored
-
Chris Shallue authored
Update im2txt model after changes to TensorFlow API
-
Christopher Shallue authored
-
Christopher Shallue authored
-
Henry-E authored
Update based on the error message: WARNING:tensorflow:From ./neural_programmer/parameters.py:75 in parameters.: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.
-
Christopher Shallue authored
-
Christopher Shallue authored
-