-
Notifications
You must be signed in to change notification settings - Fork 52
Update, clarify supported regex #2888
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -412,7 +412,9 @@ sqrt(${summary:loss}*100)+sqrt(${summary:loss}*100000) | |
|
|
||
|
|
||
| ### Multi-metric panel expressions | ||
| Use a regular expression to create a single line plot that shows multiple metrics together (including matching metrics logged in the future). For detailed instructions, see [Add a line plot](/models/app/features/panels/line-plot#multi-metric-line-plot). | ||
| Use a regular expression to create a single line plot that shows multiple metrics together (including matching metrics logged in the future). Use [Google's RE2 syntax](https://github.com/google/re2/wiki/Syntax) when defining a regular expression. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Asked in https://weightsandbiases.slack.com/archives/C07JHLX0HJ5/p1783634371208349 to confirm.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| For detailed instructions, see [Add a line plot](/models/app/features/panels/line-plot#multi-metric-line-plot). | ||
|
|
||
| For example: | ||
| - Instead of creating separate panels for each layer's metrics, you can view them together in a single panel. For example, if you log metrics with consistent naming, like `layer_0_loss`, `layer_1_loss`, and `layer_2_loss`, you can use a regex like `layer_\d+_loss` to display all layer losses on one plot. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,7 +71,7 @@ A W&B admin can create automations in a project. | |
| 1. For automations triggered by a run, optionally specify one or more run filters: | ||
|
|
||
| - **Filter to one user's runs**: Include only runs created by the specified user. Click the toggle to turn on the filter, then specify a username. | ||
| - **Filter on run name**: Include only runs whose names match the given regular expression. Click the toggle to turn on the filter, then specify a regular expression. | ||
| - **Filter on run name**: Include only runs whose names match the given regular expression. Click the toggle to turn on the filter, then specify a regular expression. Use [Google's RE2 syntax](https://github.com/google/re2/wiki/Syntax) when defining regular expressions. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Asked in https://weightsandbiases.slack.com/archives/C05754EPT26/p1783634464547559 to confirm |
||
| 1. Click **Next step**. | ||
| 1. Select the team that owns the [Slack integration](#add-a-slack-integration). | ||
| 1. Set **Action type** to **Slack notification**. Select the Slack channel, then click **Next step**. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,7 +50,7 @@ The following features are available in the mobile app. | |
| - **Mobile-optimized panel grouping**: Panels are automatically grouped by name into collapsible sections. You can collapse the ungrouped metrics section to focus on named sections. Sections are a single level (not nested), and grouping follows the same rules as [workspace panels](/models/app/features/panels) in the W&B web app, so the layout stays consistent when you move between desktop and your phone. | ||
| - **Star panels**: See your most important panels at a glance. When viewing a run or a project, click the star icon at the top of a panel to star it. To filter the list to only starred panels, click the **Starred** tab at the top of the list. | ||
| - **Star metrics**: When viewing an important metric in detail view, click the star icon to star it. | ||
| - **Search panels**: When viewing a run or a project, use the **panel search** field at the bottom of the screen to filter which runs appear in each chart. You can search with [JavaScript regular expressions](https://www.w3schools.com/js/js_regexp.asp) to match patterns in run names. | ||
| - **Search panels**: When viewing a run or a project, use the **panel search** field at the bottom of the screen to filter which runs appear in each chart. You can search with [RE2 syntax](https://github.com/google/re2/wiki/Syntax) to match patterns in run names. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Asked in https://coreweave.slack.com/archives/C096L6W1N72/p1783634649531969 to confirm |
||
| - **Chart tooltips**: On line charts, tooltips show metric values with up to four decimal places so you can read small changes accurately. | ||
| - **Stop runs**: When viewing an in-progress run, click the **action (<Icon icon="ellipsis" iconType="solid"/>)** menu, then click **Stop run**. | ||
| - **View console logs**: View [console logs](/models/runs/view-logged-runs#logs) for active or completed runs, or download logs for completed runs. The app polls active runs for new log lines every 5 seconds. The most recent 10,000 lines display by default, and you can scroll backward to view older logs. Log search stays responsive even for large outputs. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet: https://weightsandbiases.slack.com/archives/C050NM2AVMW/p1783637737332579?thread_ts=1783636592.820349&cid=C050NM2AVMW