"vscode:/vscode.git/clone" did not exist on "a69cb5cff7389fb6ce1b4c45c52b6796e78ce0f3"
- 21 Feb, 2017 1 commit
-
-
ScottSWu authored
-
- 19 Feb, 2017 1 commit
-
-
Chris Waterson authored
Update swivel to TFr1.0
-
- 18 Feb, 2017 1 commit
-
-
James Hwang authored
- TF1.0 has breaking changes for tf.concat - Replace deprecated summary api - Replace to be deprecated initialize_all_variables
-
- 15 Feb, 2017 2 commits
-
-
Andrew Selle authored
Update concat_v2 to be concat to match 1.0 final
-
Andrew Selle authored
Fixes #1014
-
- 13 Feb, 2017 4 commits
-
-
Neal Wu authored
Fix bugs and API usage on cifar10 and cifar10_multi_gpu_train
-
Jongwook Choi authored
Without the new variable_scope, creating apply_gradient_op raises an error that additional moving average or slot variables could not be created. This is because of the 'leaky reuse' of variable scope, so we correct the problem by explicitly introducing a new variable scope. Related issues: tensorflow/models#901, tensorflow/tensorflow#6220
-
Martin Wicke authored
Updated summaries in the tutorial models to 1.0
-
Neal Wu authored
-
- 31 Jan, 2017 2 commits
- 30 Jan, 2017 1 commit
-
-
Neal Wu authored
Updated the cifar10 model to be compatible with the latest version of TensorFlow
-
- 27 Jan, 2017 3 commits
-
-
Lukasz Kaiser authored
Corrections and explanations for the updated Neural GPU model.
-
Lukasz Kaiser authored
-
Lukasz Kaiser authored
Update to the Neural GPU.
-
- 26 Jan, 2017 3 commits
-
-
Xin Pan authored
Changes to Resnet for TF 1.0 compatibility
-
Yaroslav Bulatov authored
-
Yaroslav Bulatov authored
-
- 25 Jan, 2017 2 commits
-
-
Lukasz Kaiser authored
-
Ivan Bogatyy authored
-
- 24 Jan, 2017 2 commits
-
-
Neal Wu authored
Updated the cifar10 model to match the internal version and to be compatible with the latest version of TensorFlow
-
Justas Zemgulys authored
-
- 23 Jan, 2017 2 commits
-
-
Nick Johnston authored
Modify compression tools to be Python3 compatible.
-
Nick Johnston authored
-
- 20 Jan, 2017 6 commits
-
-
Martin Wicke authored
Update inception model based on tf API changes
-
Neal Wu authored
Fix regressions caused by a previous change
-
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
-
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 1 commit
-
-
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
-