Skip to content

Commit

Permalink
[feat] Add the ability to view metric min/max/first values in Runs Ex…
Browse files Browse the repository at this point in the history
…plorer (#3094)
  • Loading branch information
KaroMourad authored Feb 6, 2024
1 parent e36726b commit 6203298
Show file tree
Hide file tree
Showing 35 changed files with 489 additions and 212 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### Fixes
- Fix pytorch_lightning aliases issue (popfido)
- Fix typos in stat.py to collect gpu memory and power correctly ճ(ChanderG)
- Fix typos in stat.py to collect gpu memory and power correctly (ChanderG)
- Fix bug in pytorch lightning raising lock timeout (inc0)
- Fix compatibility with `sqlalchemy < 2.0` versions (mihran113)
- Switch to patched version of official `pynvml` (mihran113)
Expand Down
2 changes: 1 addition & 1 deletion aim/sdk/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def collect_sequence_info(
'name': name,
}
if not skip_last_value:
trace_data['last_value'] = value
trace_data['values'] = value
for seq_type in dtype_to_sequence_type_map[dtype]:
traces_overview[seq_type].append(trace_data)
return traces_overview
Expand Down
Binary file modified aim/web/ui/public/assets/icomoon/fonts/icomoon.eot
Binary file not shown.
1 change: 1 addition & 0 deletions aim/web/ui/public/assets/icomoon/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified aim/web/ui/public/assets/icomoon/fonts/icomoon.ttf
Binary file not shown.
Binary file modified aim/web/ui/public/assets/icomoon/fonts/icomoon.woff
Binary file not shown.
Loading

0 comments on commit 6203298

Please sign in to comment.