Skip to content

Update word2vec_basic.py #33448 #33488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 126 commits into from
Closed

Update word2vec_basic.py #33448 #33488

wants to merge 126 commits into from

Conversation

ishank4
Copy link

@ishank4 ishank4 commented Oct 17, 2019

Update word2vec_basic.py #33448

tensorflow-jenkins and others added 30 commits August 21, 2019 13:32
PiperOrigin-RevId: 264688574
(cherry picked from commit dc3534c)
…e it.

This avoids a potentially quadratic execution time in building the gradient graph, because we were previously creating the set multiple times for each op in the graph.

PiperOrigin-RevId: 264826531
[r1.15 cherrypick] Fix tf.gradients() performance regression
…mically opening cudart fails.

PiperOrigin-RevId: 264940821
[r1.15 cherrypick] Add a note to ignore dlerror for CPU-only pip package
r1.15 cherry-pick request: [Intel MKL] Upgrade MKL-DNN to 0.20.3
Fix v2 compatibility with moving average
[r1.15:Cherrypick] Fix CTC compilation on MacOS: make kLogZero a templated constexpr function.
Previously, we were invoking the CancellationManager in ~Item, which runs after the done callback. However, the CancellationManager was borrowed from the calling RecvOp, and it will tend to be deleted synchronously when the done callback executes.

PiperOrigin-RevId: 266567112
[r1.15 Cherrypick] Fix use-after-free of CancellationManager in LocalRendezvousImpl.
…avedModel is complete (i.e. saved_model.pb exists).

PiperOrigin-RevId: 265564677
PiperOrigin-RevId: 265071523
[r1.15 Cherrypick] Make writing saved_model.pb atomic so there's a way to check that a SavedModel is complete
Pin Tensorboard and estimator versions to a working nightly.
[r1.15 cherrypick] Remove cuda from path for windows integration build.
antiagainst and others added 17 commits October 2, 2019 10:50
PiperOrigin-RevId: 272433333
[r1.15-CherryPick]: RebatchDataset performance fix
[1.15-rc2 CherryPick]: fix missing dependencies of mlir for tf serving oss build
[r1.15-CherryPick]: Expose session_creation_timeout_secs in estimator RunConfig
[r1.15-CherryPIck]:Update version to 1.15.0-rc3
PiperOrigin-RevId: 267164406
[Cherrypick TF1.15] Fix performance slowdown
…ompatibility bug.

PiperOrigin-RevId: 273455709
[r1.15 CherryPick]: Update TensorFlow version to 1.15.0
[r1.15 CherryPick]: Add saving of loaded/trained compatibility models in test and fix a c…
[Intel Mkl] Upgrading MKL-DNN to 0.20.6 to fix SGEMM regression
…16184

Update release notes for TensorFlow 1.15.0
@tensorflow-bot tensorflow-bot bot added the size:XL CL Change Size:Extra Large label Oct 17, 2019
@googlebot
Copy link

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@gbaned gbaned self-assigned this Oct 18, 2019
@jaingaurav jaingaurav removed their request for review October 23, 2019 23:27
@rthadur rthadur closed this Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: no size:XL CL Change Size:Extra Large
Projects
None yet
Development

Successfully merging this pull request may close these issues.