forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge rc1 back into master. (tensorflow#8998)
* Internal changes (tensorflow#8808) Change: 151077399 * Internal change. Change: 151391358 * Fixes correctness of ProximalAdagrad and ProximalGradientDescent under normal training with L1/L2. Also fixes issue where optimizers write to the same memory location multiple times, causing inconsistencies during distributed training. Change: 151479203 * Support for domain buckets, e.g gs://bucketname.domain-example.com/... Change: 151516660 * Initial release of installation guides for Java, C, and Go. Updated leftnav_files to provide pointers to new installation guides. Updated landing page (index.md) to distinguish between OS installs and language installs. Change: 151712658 * Updating the Writing Tensorflow Documentation doc to reflect changes in TF1.0 and onward. Change: 151761382 * Java: Maven: Fix some boo boos with the Windows installation. - The resource path should not use the platform's file separator. - Restore the commands to download and extract the Windows native libraries. - Unrelated tweaks the README Change: 151161421 * Add the corresponding --action_env to .bazelrc from ./configure (tensorflow#8637) This will make the fetch phase reproducible so the refetch does not happens unless people re-run configure (the environment variable are stored in the .bazelrc file). Fixes tensorflow#8619. * force grep to not use color (tensorflow#8784) * Revert "Add the corresponding --action_env to .bazelrc from ./configure (tensorflow#8637)" This reverts commit fba05c3. * Rollback of adjust contract change: Breaks backwards compatibility, and is inconsistent with other adjust_ops. Change: 151792071 * tfdbg: fix a bug in graph validation related to tf.while_loops CL/147488620 fixed a bug where the debugger would hang at Enter and NextIteration nodes under certain conditions. But it introduced another bug where the debug dumps from Enter and NextIteration may get generated later than downstream nodes in the tf.while_loop body, causing "causility violation" during debug_data.DebugDumpDir's validation process under certain conditions (e.g., backpropagation on a dynamic_rnn). This CL fixes that by excluding Enter and NextIteration nodes from the validation process. Fixes: tensorflow#8337 Change: 151787432 * Updating the r1.1.0-rc0 references to r1.1.0-rc1. * Add bazel clean back info the configure script for 1.1 release. * Updating the authors in RELEASE.md and updating new bug fixes. * Implementing Yifei and Gunan's suggestions. * Increasing indent for one bug fix. * Disable gradients_test testWarnings for python versions 3.6 or above. Change: 151507105 * Updating update version script (tensorflow#8940) * Updating the install source files to be rc1 compliant. Updating the update_version script as well to handle these changes. * Removing extraneous input. * Removing the print statements. * Including the java, c, and go install files. * Fix unbound <table> tag. (tensorflow#8960) Change: 152029426
- Loading branch information
1 parent
62a07cc
commit e2177df
Showing
12 changed files
with
90 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.