New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 672185 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Merging a CL about the language detector CLD3 into M56

Project Member Reported by abakalov@chromium.org, Dec 7 2016

Issue description

We'd like to merge the following CL into M56:
https://codereview.chromium.org/2560473004/

The main changes are:

1) a retrained model with additional script-based features. 
GitHub page showing the diff:
https://github.com/google/cld3/commit/fa5974a4d3b5e7934fcb166ff26ed6bfce68b18a

2) updating the feature spec parser to parse features without args.
GitHub page showing the diff:
https://github.com/google/cld3/commit/c03368eff92acc56756df2d4cd74a01a674409ea 
 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 7 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/3382ba03f380d3f681a84c8c8bf83bebf9ca2b7c

commit 3382ba03f380d3f681a84c8c8bf83bebf9ca2b7c
Author: abakalov <abakalov@chromium.org>
Date: Wed Dec 07 22:15:20 2016

Updating the CLD3 commit hash in DEPS

The main changes are:

1) a retrained model with additional script-based features.
GitHub page showing the diff:
https://github.com/google/cld3/commit/fa5974a4d3b5e7934fcb166ff26ed6bfce68b18a

2) updating the feature spec parser to parse features without args.
GitHub page showing the diff:
https://github.com/google/cld3/commit/c03368eff92acc56756df2d4cd74a01a674409ea

BUG= 672185 

Review-Url: https://codereview.chromium.org/2560473004
Cr-Commit-Position: refs/heads/master@{#437081}

[modify] https://crrev.com/3382ba03f380d3f681a84c8c8bf83bebf9ca2b7c/DEPS

Labels: Merge-Request-56

Comment 3 by dimu@chromium.org, Dec 7 2016

Labels: -Merge-Request-56 Merge-Review-56 Hotlist-Merge-Review
[Automated comment] DEPS changes referenced in bugdroid comments, needs manual review.
Cc: yyushkina@chromium.org

Comment 5 by zkoch@chromium.org, Dec 13 2016

Hey Dimu, could you review this if you have a moment. Thanks!
Cc: ligim...@chromium.org bustamante@chromium.org
Could you please confirm whether this change is verified in Canary and safe to merge?

Requesting Richard to approve the merge if all looks good.

Hi Ligimole,

This piece of code has been in Canary for 5 days. Can you please clarify what you mean by "verified in Canary and safe to merge" (e.g., are you looking for the output of some specific tools)?

Thanks,
Anton 
We use canary to verify changes haven't caused any breakages/crashes, and in the case of a bug fix verify that it's been fixed, before merging.

In the case of CLD3 if you have data to show better performance, and that there isn't a performance regression.  That would be great too.  But mostly we're just concerned with making sure this won't break anything.

Thanks for the clarification!

As far as I know, there haven't been any crashes/problems since the code was submitted 5 days ago.

This update fixes the following bug about a misprediction:
https://bugs.chromium.org/p/chromium/issues/detail?id=649277

There are a few other open ones assigned to me which were fixed by the previous version of CLD3. This update still makes the correct predictions for those cases. I was planning to close all the bugs once the code is merged into Beta.

We ran experiments on a dataset composed of sentences and a dataset composed of web pages. In both cases, this update achieves a strictly better performance.

Please let me know if you need any additional information or more detailed descriptions.
Hi Richard,

Please let us know if any additional information is needed to approve the merging of this CL.

Thanks in advance!

Anton
Labels: -Merge-Review-56 Merge-Approved-56
SGTM, thanks for confirming!
Cc: abakalov@chromium.org
Owner: rouslan@chromium.org
Status: Started (was: Untriaged)
Merging.
Project Member

Comment 14 by bugdroid1@chromium.org, Dec 14 2016

Labels: -merge-approved-56 merge-merged-2924
The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/0263b027555a01ea660cf77eaffdac9981d923bb

commit 0263b027555a01ea660cf77eaffdac9981d923bb
Author: Rouslan Solomakhin <rouslan@chromium.org>
Date: Wed Dec 14 21:57:09 2016

[Merge M-56] Updating the CLD3 commit hash in DEPS

The main changes are:

1) a retrained model with additional script-based features.
GitHub page showing the diff:
https://github.com/google/cld3/commit/fa5974a4d3b5e7934fcb166ff26ed6bfce68b18a

2) updating the feature spec parser to parse features without args.
GitHub page showing the diff:
https://github.com/google/cld3/commit/c03368eff92acc56756df2d4cd74a01a674409ea

BUG= 672185 

Review-Url: https://codereview.chromium.org/2560473004
Cr-Commit-Position: refs/heads/master@{#437081}
(cherry picked from commit 3382ba03f380d3f681a84c8c8bf83bebf9ca2b7c)

Review-Url: https://codereview.chromium.org/2571413002 .
Cr-Commit-Position: refs/branch-heads/2924@{#497}
Cr-Branched-From: 3a87aecc31cd1ffe751dd72c04e5a96a1fc8108a-refs/heads/master@{#433059}

[modify] https://crrev.com/0263b027555a01ea660cf77eaffdac9981d923bb/DEPS

Status: Fixed (was: Started)
Marking this as fixed given the merge back in December.

Sign in to add a comment