Commit Graph

36510 Commits

Author SHA1 Message Date
Amit Patankar
4dcfddc5d1
Merge pull request #21709 from saeta/fix_tpu
Cherry-picks for Keras on Cloud TPUs
2018-08-23 12:58:44 -07:00
Amit Patankar
70c2c1b4b2
Merge pull request #21773 from av8ramit/1_10_1_patch
Update the version 1.10.1 patch release.
2018-08-23 10:04:53 -07:00
Amit Patankar
5c4406d730
Merge pull request #21812 from av8ramit/1_10_1_release
Adding release notes for 1.10.1.
2018-08-23 10:04:27 -07:00
Amit Patankar
228524836d Adding release notes for 1.10.1. 2018-08-22 16:16:33 -07:00
Amit Patankar
f9975938c0 Reverting the install sources page. 2018-08-21 14:47:02 -07:00
Amit Patankar
579b8f3395 Updating the version for the patch release. 2018-08-21 14:40:24 -07:00
Russell Power
b821eac6fd Ensure models can be re-run with Keras (useful for Colab).
Adjust TPUDistributionStrategy API to remove duplicate master address.

PiperOrigin-RevId: 209058959
2018-08-18 16:46:39 -07:00
Brennan Saeta
ce7d5474da [Keras / Cloud TPU] Fix ClusterSpec propagation bug.
PiperOrigin-RevId: 209010536
2018-08-18 16:46:28 -07:00
Michael Case
0e53c66f33
Merge pull request #21496 from av8ramit/fix_docs_110
Updating the bazel version in install from sources.
2018-08-08 21:17:52 -07:00
Amit Patankar
91b6917262 Updating the bazel version in install from sources. 2018-08-08 15:49:44 -07:00
Amit Patankar
aeccf31c60
Merge pull request #21493 from tensorflow/jsimsa-patch-1
Update RELEASE.md
2018-08-08 15:24:28 -07:00
Jiri Simsa
5dcb07e1f3
Update RELEASE.md 2018-08-08 14:51:50 -07:00
Amit Patankar
656e7a2b34
Merge pull request #21425 from saeta/fix_tpu
Refactor dependencies so keras_support can be imported directly.
2018-08-07 16:52:04 -07:00
Brennan Saeta
14b8b8bf83 Add tensorflow/compiler to python_protos to fix windows cmake build breakage. 2018-08-07 14:17:40 -07:00
Amit Patankar
b7127e5b53
Merge pull request #21453 from miaout17/r1.10-fix
Cheery pick TFLite iOS build fix into 1.10 branch
2018-08-07 14:00:36 -07:00
Shashi Shekhar
835388d9bb Fix iOS build.
- Fix flatbuffers to use 1.8 version.
- Fix cc flags to not include --std=c++11.
- Drop i386 build in fat binary.

PiperOrigin-RevId: 205160898
2018-08-07 11:41:29 -07:00
Amit Patankar
195e742d19
Merge pull request #21452 from av8ramit/fix_msg
ConfigProto.experimental.num_dev_to_dev_copy_streams defaults to 0
2018-08-07 10:25:50 -07:00
A. Unique TensorFlower
83604dc651 ConfigProto.experimental.num_dev_to_dev_copy_streams defaults to 0
by proto3 semantics.  Silently correct that value to 1, without logging
an error.

PiperOrigin-RevId: 205157429
2018-08-07 09:21:41 -07:00
Russell Power
c6660c7986 Refactor dependencies so keras_support can be imported directly.
PiperOrigin-RevId: 207569055
2018-08-06 16:54:39 -07:00
Amit Patankar
bae6aeffc0
Merge pull request #21419 from av8ramit/update_version_r110_final
Updating the version to 1.10 final.
2018-08-06 16:14:50 -07:00
Amit Patankar
bc830cfeb4
Merge pull request #21420 from av8ramit/merge_alex_fix
Merge pull request #21386 from ageron:fix_unread_var_name
2018-08-06 16:04:29 -07:00
TensorFlower Gardener
422b2d55f9 Merge pull request #21386 from ageron:fix_unread_var_name
PiperOrigin-RevId: 207588692
2018-08-06 14:29:39 -07:00
Amit Patankar
d2af5d50b6 Updating the version to 1.10 final. 2018-08-06 13:23:56 -07:00
Amit Patankar
de3fcf529f Fix the pip install TLS issue for pip test builds. (#21369)
PiperOrigin-RevId: 207319608
2018-08-03 15:52:49 -07:00
Amit Patankar
7c59433d5c
Merge pull request #21322 from saeta/fix_tpu
Cherry pick rollback into TF 1.10 to un-break Cloud TPUs w/TF 1.10
2018-08-02 10:21:16 -07:00
Jeremy Lau
0d4bfd390c Automated rollback of commit 590af170ca
PiperOrigin-RevId: 204806075
2018-08-01 18:24:03 -07:00
Amit Patankar
ffdd138048
Merge pull request #21292 from av8ramit/fix_ci_param_mac
Allow for python3.5 and 3.6 builds for MacOS.
2018-08-01 16:40:35 -07:00
Amit Patankar
71e7908649
Merge pull request #21281 from mbrukman/r1.10-update-bigtable
Add Cloud Bigtable user docs for TF 1.10 release
2018-08-01 09:37:27 -07:00
Amit Patankar
cceabad38b Allow for python3.5 and 3.6 builds for MacOS.
PiperOrigin-RevId: 206831440
2018-07-31 14:56:21 -07:00
Misha Brukman
3f564f7292 [tf.data / Bigtable] Renamed BigTable class to BigtableTable for clarity
This removes the confusion between BigTable and Bigtable naming. Also cleaned
up all other uses of BigTable in error messages.

PiperOrigin-RevId: 205586899
2018-07-31 11:33:06 -04:00
Brennan Saeta
ae58ca2198 [tf.data / Bigtable] Document use of the Cloud Bigtable API
PiperOrigin-RevId: 205530581
2018-07-31 11:33:06 -04:00
Amit Patankar
e5e9a8f4e9
Merge pull request #21249 from av8ramit/setup_constraint1
Adding a less than constraint on numpy.
2018-07-30 11:46:35 -07:00
Amit Patankar
aafe038e6a Adding a less than constraint on numpy. 2018-07-30 11:09:10 -07:00
Amit Patankar
5d534ab5a5 Fix test breakages for rc1. (#21246)
* Revert "Reverting the numpy version for the Docker tests and builds."

This reverts commit bdd6dc50bc.

* Installing a newer version of numpy during pip tests.

* Revert "Revert "Reverting the numpy version for the Docker tests and builds.""

This reverts commit d058039864b4d85d0899ca5fbf97b3ae37e23414.
2018-07-30 09:58:32 -07:00
Amit Patankar
f2ebb29e20
Merge pull request #21179 from av8ramit/numpy_fix
Reverting the numpy version for the Docker tests and builds.
2018-07-27 09:44:49 -07:00
Amit Patankar
bdd6dc50bc Reverting the numpy version for the Docker tests and builds. 2018-07-26 20:35:58 -07:00
Amit Patankar
c4ea6682c8
Merge pull request #21106 from nfelt/bump-tensorboard-dep
1.10.0-rc1 cherry-pick request: Update tensorboard dependency to 1.10.x
2018-07-26 16:24:30 -07:00
Amit Patankar
1e58300f9d
Merge pull request #21105 from gargn/cherrypicks_YE4N8
Remove functions from TFLite public Python API.
2018-07-26 15:27:56 -07:00
Amit Patankar
afbbd62922
Merge pull request #21101 from netfs/r1.10
1.10.0-rc1 cherry-pick request: Expose proto serialization publicly
2018-07-26 15:25:37 -07:00
Amit Patankar
36848a2b62
Merge pull request #21098 from av8ramit/10_rc1_update_version
Updating the version string to rc1.
2018-07-26 15:25:14 -07:00
Amit Patankar
9ba6c312b6
Merge pull request #21171 from av8ramit/upgrade_bazel_r110_3
Fix contrib in r1.10
2018-07-26 13:56:40 -07:00
A. Unique TensorFlower
38278d3d96 Add 'no_oss' to all TF Lite tests that are not running in kokoro
PiperOrigin-RevId: 204978094
2018-07-26 11:47:51 -07:00
Amit Patankar
8173e6a75b Updating to bazel 0.15.0. 2018-07-26 11:47:37 -07:00
Nick Felt
e9a8f5321f Update tensorboard dependency to 1.10.x
PiperOrigin-RevId: 205895470
2018-07-24 15:41:41 -07:00
Nupur Garg
c1f13196b2 Remove functions from TFLite public Python API.
PiperOrigin-RevId: 205882419
2018-07-24 14:14:10 -07:00
A. Unique TensorFlower
f128387504 Expose proto serialization publicly, to avoid code duplication in tensorflow_serving.
PiperOrigin-RevId: 205788702
2018-07-24 15:37:12 -04:00
Amit Patankar
3d8b00d4eb Updating the version string to rc1. 2018-07-24 10:51:44 -07:00
Amit Patankar
31b9c1fd4e
Merge pull request #21064 from case540/fix_readme_typo
Fix some minor typo/formatting in 1.10 release notes.
2018-07-23 11:59:27 -07:00
Michael Case
5c0a348fb3 Fix some minor typo/formatting in 1.10 release notes. 2018-07-23 11:09:25 -07:00
Michael Case
f2e8ef305e
Merge pull request #21010 from case540/disable_sdcatest
Add no_pip_gpu to the sdca test.
2018-07-20 17:59:01 -07:00