aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update version strings for 1.7.0-rc1 (#17786)Gravatar Yifei Feng2018-03-16
|
* Merge pull request #17781 from mrry/cherrypicks_H4RN2Gravatar Yifei Feng2018-03-16
|\ | | | | 1.7.0rc2 cherry-pick request: Fixes a bug in `tf.contrib.data.map_and_batch()` shape inference
| * [tf.data] Fix Python shape inference for `tf.contrib.data.map_and_batch()`.Gravatar Derek Murray2018-03-16
|/ | | | | | | | Previously, it would incorrectly report that all batches have the same size, not accounting for the possibility of the last batch being partial. Fixes #17720. PiperOrigin-RevId: 189121488
* Merge pull request #17696 from samikama/update_readmeGravatar Yifei Feng2018-03-16
|\ | | | | Update documentation
| * Merge branch 'r1.7' into update_readmeGravatar Yifei Feng2018-03-16
| |\ | |/ |/|
* | MKL DNN: fix the TF1.6 speed issue by fixing MKL DNN LRN taking the optimum ↵Gravatar Tatiana Shpeisman2018-03-15
| | | | | | | | | | | | | | path (#17605) (#17751) * MKL DNN: fix the TF1.6 speed issue by fixing MKL DNN LRN * fixed typos in the doc for LrnRewrite
| * Merge branch 'r1.7' into update_readmeGravatar Gunhan Gulsoy2018-03-14
| |\ | |/ |/|
* | Merge pull request #17680 from mrry/cherrypicks_Q2UP0Gravatar Yifei Feng2018-03-14
|\ \ | | | | | | 1.7.0rc1 cherry-pick request: Fixes a race condition in function instantiation.
| | * Update documentationGravatar Sami Kama2018-03-13
| |/ |/|
| * Fixes a race condition in function instantiation.Gravatar Derek Murray2018-03-13
|/ | | | | | | | | | | | | | | | Previously, if the same function was being concurrently instantiated and released: 1. Thread one could begin to instantiate the function, determine that it already existed in the runtime, then be preempted. 2. Thread two could release the handle on the function, causing it to be freed and removed from the `FunctionLibraryRuntime::items_` map. 3. Thread one could then incorrectly assume that the function still existed, and fail to find it in the `FunctionLibraryRuntime::items_` map, causing a segfault when it attempted to increment the refcount on an uninitialized object. PiperOrigin-RevId: 188661500
* Merge pull request #17660 from tensorflow/yifeif-patch-3Gravatar Yifei Feng2018-03-12
|\ | | | | Make tensorflow/python:framework_importer_test large
| * Make tensorflow/python:framework_importer_test largeGravatar Yifei Feng2018-03-12
|/ | | tensorflow/python:framework_importer_test sometime times out during release builds
* Disable keras:convolutional_test.Gravatar Yifei Feng2018-03-12
|
* Fix the windows buildGravatar Jonathan Hseu2018-03-12
|
* Update RELEASE.md for r1.7 (#17583)Gravatar Yifei Feng2018-03-12
|
* Merge pull request #17599 from tensorflow/yifeif-patch-3Gravatar Yifei Feng2018-03-09
|\ | | | | Disable tensorflow/contrib/learn:monitors_test for pip gpu
| * Disable tensorflow/contrib/learn:monitors_test for pip gpuGravatar Yifei Feng2018-03-09
|/
* Merge pull request #17598 from av8ramit/fix_bazelGravatar Amit Patankar2018-03-09
|\ | | | | Including the original path to find bazel.
| * Adding the new variables to path rather than overriding them.Gravatar Amit Patankar2018-03-09
|/
* Merge pull request #17596 from tensorflow/yifeif-patch-2Gravatar Yifei Feng2018-03-09
|\ | | | | Fix pylint error in single_return.py
| * Fix pylint error in single_return.pyGravatar Yifei Feng2018-03-09
|/
* Hide os from docs generator (#17577)Gravatar Mark Daoust2018-03-09
| | | Hide os so we don't generate api_docs for it
* Make spinn_test less flaky (#17580)Gravatar Yifei Feng2018-03-08
|
* Merge pull request #17578 from tensorflow/yifeif-patch-4Gravatar Yifei Feng2018-03-08
|\ | | | | Disable checkpointable_utils_test
| * Disable checkpointable_utils_testGravatar Yifei Feng2018-03-08
|/ | | failed http://ci.tensorflow.org/view/Release/job/release-debian-cpu/99/consoleFull
* Merge pull request #17572 from yifeif/version_strGravatar Yifei Feng2018-03-08
|\ | | | | Update version string to 1.7.0rc0 everywhere.
| * Update version string to 1.7.0rc0 everywhere.Gravatar Yifei Feng2018-03-08
|/
* Merge pull request #17567 from tensorflow/yifeif-patch-2Gravatar Yifei Feng2018-03-08
|\ | | | | Update tensorrt import exception.
| * Update __init__.pyGravatar Yifei Feng2018-03-08
| |
* | Merge pull request #17543 from gunan/cmakeGravatar Yifei Feng2018-03-08
|\ \ | | | | | | Revert "Update external protobuf codebase version for Windows cmake b…
| | * Add "//tensorflow/python:errors" to depsGravatar Yifei Feng2018-03-08
| | |
| | * Update tensorrt import exception.Gravatar Yifei Feng2018-03-08
| |/ |/|
| * Also reverting ccedcbGravatar Yifei Feng2018-03-08
| |
* | Add missing `#define OMPI_SKIP_MPICXX` for consistency (#17414)Gravatar Yong Tang2018-03-08
| | | | | | | | | | | | | | | | | | | | This fix adds the missing `#define OMPI_SKIP_MPICXX` in `tensorflow/contrib/mpi/mpi_utils.h` so that it is consistent with other usages of `mpi.h` includes. `OMPI_SKIP_MPICXX` skip the MPI C++ bindings support. This fix fixes 17388. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | Merge pull request #17536 from yifeif/branch_188272354Gravatar Yifei Feng2018-03-07
|\ \ | | | | | | Branch 188272354
* | | Add header and macros to allow these tests to be disabled in a manifest (#16977)Gravatar David Norman2018-03-07
| | |
* | | allow 3rd party backends to subclass the generic transfer manager (#16978)Gravatar David Norman2018-03-07
| | |
* | | Fix a bug in tf.strided_slice() (#16989)Gravatar Scott Tseng2018-03-07
| | | | | | | | | | | | | | | Current implementation modifies TfLiteNode::builtin_data every time when a loaded graph is executed. The three masks in params will continually flipping, and cause the op produce incorrect result every two executions.
* | | Fix build issues when having packed git refs. (#17162)Gravatar Michael Case2018-03-07
| | | | | | | | | | | | This is a workaround to fix build failure caused by packed git refs. The tf.__git_version__ string will be "unknown" in this case.
* | | Change unicode() --> six.text_type() for Python 3 (#17225)Gravatar cclauss2018-03-07
| | | | | | | | | __unicode()__ was removed in Python 3 because all str are Unicode so this PR changes four calls to __unicode()__ into calls to [__six.text_type()__](http://six.readthedocs.io/#six.text_type).
* | | Supplement how trained model to make predictions (#17276)Gravatar ImSheridan2018-03-07
| | |
* | | Update TrainingSpec and EvalSpec pydoc (#17205)Gravatar Harald Husum2018-03-07
| | | | | | | | | Bring TrainingSpec and EvalSpec pydoc in line with pydoc of estimator.train() and evaluate()
* | | Fix build issue with KafkaDataset (#17418)Gravatar Yong Tang2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix build issue with KafkaDataset This fix tries to address the issue raised in 17210 where error of `NotFoundError: Op type not registered 'KafkaDataset' in binary.` returned from kafka ops. The issue was that the inclusion of kafka ops was removed due to the conflict merge from the other PR. This fix fixes the issue. This fix fixes 17210. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Change `import readers.Dataset` to `import dataset_ops.Dataset`, due to the changes in some other places. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix library dependency issues in bazel Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add dependency to bazel rules Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add license to lib and pip package Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Remove unneeded changes in bazel Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Address review feedback Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix sanity check Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add zlib dependency and include path Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add copts in bazel to address the discrepancy in clang and gcc Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | | Fix cmake Dockerfile issue on Linux (#17416)Gravatar Yong Tang2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix cmake Dockerfile issue on Linux When running cmake on Linux with (clean build with no cached docker images): ``` tensorflow/tools/ci_build/ci_build.sh CMAKE tensorflow/tools/ci_build/builds/cmake.sh ``` The following isse was encountered: ``` Step 11/13 : RUN pip install --upgrade termcolor ---> Running in 838167596eb6 Collecting termcolor Downloading termcolor-1.1.0.tar.gz ...... ...... ...... error: invalid command 'bdist_wheel' ---------------------------------------- Failed building wheel for termcolor ``` This fix adds the missing `pip install wheel` Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update golang installation in cmake Dockerfile This fix updates the golang installation in cmake Dockerfile. Previously, `ppa:ubuntu-lxc/lxd-stable` was used but it has been deprecated, see: http://lxc-users.linuxcontainers.narkive.com/IlHLLHqN/lxd-official-ppa-deprecation That caused the following error: ``` Step 13/14 : RUN add-apt-repository -y ppa:ubuntu-lxc/lxd-stable ---> Running in 09301ba43a33 Cannot add PPA: 'ppa:~ubuntu-lxc/ubuntu/lxd-stable'. The team named '~ubuntu-lxc' has no PPA named 'ubuntu/lxd-stable' Please choose from the following available PPAs: * 'buildd-backports': linuxcontainers.org: buildd backports * 'daily': linuxcontainers.org: development builds ...... ...... ``` This fix updates the golang installation and use backported xenial (16.04), as was suggested in the link: http://lxc-users.linuxcontainers.narkive.com/IlHLLHqN/lxd-official-ppa-deprecation Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| | * Revert "Update external protobuf codebase version for Windows cmake build"Gravatar Gunhan Gulsoy2018-03-07
| |/ |/| | | | | This reverts commit 07bec47ba5db4c2f2e33ecb49f23253a371bfbbe.
* | Making dockerhub the primary installation location. (#17521)Gravatar Amit Patankar2018-03-07
| |
* | Merge pull request #17532 from yifeif/merge_branchGravatar Gunhan Gulsoy2018-03-07
|\ \ | | | | | | Merge 1.6 back to master.
* \ \ Merge pull request #17517 from samikama/tensorrt_pr3Gravatar gracehoney2018-03-07
|\ \ \ | | | | | | | | add error message when importing contrib.tensorrt without libnvinfer
| | | * Internal-only change.Gravatar Brennan Saeta2018-03-07
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 188261279
| | | * Helpful ImportError messageGravatar Brennan Saeta2018-03-07
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 188261273