-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bcac8b
commit 0b99c6c
Showing
9 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## UI Basics | ||
|
||
Aim enables powerful UI to explore logged ML runs and metadata. | ||
|
||
### Runs explorer | ||
Runs explorer will help you to hollistically view all your [runs](./SDK_basics.html#create-a-run), each metric last tracked values and tracked hyperparameters. | ||
|
||
Features: | ||
- Full Research context at hand | ||
- Search runs by date, experiment, hash, tag or parameters | ||
- Search by run/experiment | ||
|
||
<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/runs.png" /> | ||
|
||
### Metrics explorer | ||
Metrics explorer helps you to compare 100s of metrics within a few clicks. | ||
It helps to save lots of time compared to other open-source experiment tracking tools. | ||
|
||
Features: | ||
- Easily query any metric | ||
- Group by any parameter | ||
- Divide into subplots | ||
- Aggregate grouped metrics (by conf. interval, std. dev., std. err., min/max) | ||
- Apply smoothing | ||
- Change scale of the axes (linear or log) | ||
- Align metrics by time, epoch or another metric | ||
|
||
<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/metrics.png" /> | ||
|
||
### Params explorer | ||
Params explorer enables a parallel coordinates view for metrics and params. Very helpful when doing hyperparameter search. | ||
|
||
Features: | ||
- Easily query any metrics and params | ||
- Group runs or divide into subplots | ||
- Apply chart indicator to see correlations | ||
|
||
<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/params.png" /> | ||
|
||
### Single run page | ||
Explore all the metadata associated with a run on the single run page. | ||
It's accessible from all the tables and tooltips. | ||
|
||
Features: | ||
- See all the logged params of a run | ||
- See all the tracked metrics(including system metrics) | ||
|
||
<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/single_run.png" /> | ||
|
||
### Images explorer (coming soon...) | ||
Track intermediate images and search, compare them on the Images Explorer. | ||
|
||
<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/images.png" /> |
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