commit | 5a0b397da957b9f543f3093bd07b68b10f35e6cb | [log] [tgz] |
---|---|---|
author | ssid <ssid@chromium.org> | Tue Aug 23 00:21:20 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 23 00:21:20 2022 |
tree | 238f7477a629c99831353eb71b3ca5e507879293 | |
parent | 6a6edb66c1f54b8c65f9aa7b64f3c82f46f02bad [diff] |
[segmentation] Support executing default model from internals page The segmentation internals page should support displaying the metadata for default model and the execute button should run the default model. The proxy will use result provider which is a wrapper around db model and default model. Add support in result provider to optionally save results to support execute and write result. Remove the condition check that model score should be between 0 and 1, the model can return any numeric scores and this should be supported. Change-Id: Iba9c7bf50a08ea70271335db6015c339ca6ae7b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3846106 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038039}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.