[go: nahoru, domu]

Skip to content

Tags: mahiuchun/tensorflow

Tags

v1.2.0-rc1

Toggle v1.2.0-rc1's commit message
Merge pull request tensorflow#10225 from gunan/relnotes

Announce upgrade to cuDNN 6.0.

v1.2.0-rc0

Toggle v1.2.0-rc0's commit message
Merge pull request tensorflow#10048 from av8ramit/cherrypicks

Seal learn_runner.

v1.1.0

Toggle v1.1.0's commit message
Merge pull request tensorflow#9351 from av8ramit/cherrypicks

TensorBoard Cherrypick

v1.1.0-rc2

Toggle v1.1.0-rc2's commit message
small change to format code (tensorflow#9223)

v1.1.0-rc1

Toggle v1.1.0-rc1's commit message
Merge pull request tensorflow#8958 from rohan100jain/branch_152141388

Branch 152141388

v1.1.0-rc0

Toggle v1.1.0-rc0's commit message
Update roadmap (tensorflow#8672)

v1.0.1

Toggle v1.0.1's commit message
Fixing 2 minor issues as suggested by Gunan.

v1.0.0

Toggle v1.0.0's commit message
Update release note.

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message
Bump the version of nccl for macos fixes.

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
Improve upgrade script to handle list comprehensions as arguments. (t…

…ensorflow#7229)

python's ast module does not return the correct location, so we
have to do our best to scan backwards to find where the [ token
that trully started the list comprehension occurs.