- 14 Mar, 2017 1 commit
-
-
Neal Wu authored
-
- 24 Feb, 2017 1 commit
-
-
Aniruddha Tapas authored
-
- 23 Feb, 2017 4 commits
-
-
Ivan Bogatyy authored
* Sync SyntaxNet with TensorFlow r1.0 * Fix typo back * Fix Dockerfile to match TensorFlow 1.0
-
Xin Pan authored
Update resnet model README, API calls, and evaluation code
-
Neal Wu authored
-
Neal Wu authored
-
- 22 Feb, 2017 7 commits
-
-
Neal Wu authored
Removed deprecated op
-
Neal Wu authored
typo
-
Neal Wu authored
Updated concat_v2 to concat for 1.0 compatibility
-
Neal Wu authored
Fixed concat order using tf_upgrade.py
-
Neal Wu authored
Fix division changing dtype to float in python3
-
Neal Wu authored
Make slim a python package.
-
Neal Wu authored
Updated deprecated tf.initialize_all_variables() with tf.global_varia…
-
- 21 Feb, 2017 2 commits
-
-
Marvin Teichmann authored
-
ScottSWu authored
-
- 20 Feb, 2017 2 commits
-
-
Joshua Howard authored
-
Andrew Selle authored
-
- 19 Feb, 2017 1 commit
-
-
Chris Waterson authored
Update swivel to TFr1.0
-
- 18 Feb, 2017 3 commits
-
-
James Hwang authored
- TF1.0 has breaking changes for tf.concat - Replace deprecated summary api - Replace to be deprecated initialize_all_variables
-
Neal Wu authored
-
Neal Wu authored
-
- 17 Feb, 2017 1 commit
-
-
Neal Wu authored
-
- 16 Feb, 2017 1 commit
-
-
Parth Shah authored
Updated concat_v2 to concat for version 1.0 compatibility for breaking changes introduced in version 1.0 "tf.concat now takes arguments in reversed order and with different keywords. In particular we now match NumPy order as tf.concat(values, axis, name)"
-
- 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
-
- 09 Feb, 2017 1 commit
-
-
Angus McLeod authored
-
- 07 Feb, 2017 1 commit
-
-
Rishabh Agarwal authored
Remove the deprecated `scalar_summary` and use `summary.scalar` instead. The current program gets the following warning: WARNING:tensorflow: build_graph.: scalar_summary (from tensorflow.python.ops.logging_ops) is deprecated and will be removed after 2016-11-30. Instructions for updating: Please switch to tf.summary.scalar. Note that tf.summary.scalar uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on the scope they are created in. Also, passing a tensor or list of tags to a scalar summary op is no longer supported.
-
- 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
-