Skip to content

Tags: dipspb/tensorflow

Tags

v1.15.0-rc3

Toggle v1.15.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#33120 from tensorflow/perf

[Cherrypick TF1.15] Fix performance slowdown

v1.15.0-rc2

Toggle v1.15.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#32936 from gunan/r1.15

Fix typo in libtensorflow cpu build.

v2.0.0

Toggle v2.0.0's commit message
Update RELEASE.md

v2.0.0-rc2

Toggle v2.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#32669 from tensorflow/ggadde-cp-19

[r2.0-CherryPick]:[tf.data] Avoid double conversion to a tensor during input normalizat…

v1.15.0-rc1

Toggle v1.15.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#32526 from jaingaurav/cherry-1.15-2

[r1.15-CherryPick]:Disallow comparing ObjectIdentityWrapper to others

v2.0.0-rc1

Toggle v2.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#32433 from tanzhenyu/cherrypicks_WIQA6

Fix major Adamax gpu bug.

v1.15.0-rc0

Toggle v1.15.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#32332 from tensorflow/ggadde-1-15-cp2

[r1.15 Cherryick]:Install gast at known version and not the latest.

v2.0.0-rc0

Toggle v2.0.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#31898 from mrry/cherrypicks_CPD6K

[r2.0 cherrypick] Fix tf.gradients() performance regression

v1.13.2

Toggle v1.13.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use "numpy >= 1.16.0, < 2.0" to fix tensorflow#25636

v1.12.3

Toggle v1.12.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update install_python3.6_pip_packages.sh to use apt.

Now python3.6 can be installed from apt and it will be installed with
all submodules.

If we're compiling Python from source, during compilation we get:

```
The necessary bits to build these optional modules were not found:
_bz2                  _dbm                  _gdbm
_lzma                 _sqlite3              _tkinter
readline
```

which then results in

```
==================== Test output for //bazel_pip/tensorflow/contrib/summary:summary_ops_test:
Running test /tmpfs/src/github/tensorflow/bazel-ci_build-cache/.cache/bazel/_bazel_kbuilder/eab0d61a99b6696edb3d2aff87b585e8/execroot/org_tensorflow/bazel-out/k8-opt/bin/bazel_pip/tensorflow/contrib/summary/summary_ops_test.runfiles/org_tensorflow/bazel_pip/tensorflow/contrib/summary/summary_ops_test  on GPU 0
Traceback (most recent call last):
  File "/tmpfs/src/github/tensorflow/bazel-ci_build-cache/.cache/bazel/_bazel_kbuilder/eab0d61a99b6696edb3d2aff87b585e8/execroot/org_tensorflow/bazel-out/k8-opt/bin/bazel_pip/tensorflow/contrib/summary/summary_ops_test.runfiles/org_tensorflow/bazel_pip/tensorflow/contrib/summary/summary_ops_test.py", line 23, in <module>
    import sqlite3
  File "/usr/local/lib/python3.6/sqlite3/__init__.py", line 23, in <module>
    from sqlite3.dbapi2 import *
  File "/usr/local/lib/python3.6/sqlite3/dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'
================================================================================
```

and similar failures which then block releasing patch version.