mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
5 lines
256 B
Python
5 lines
256 B
Python
# TODO(sven):
|
|
# Add a simple script that takes n csv input files and generates plot(s)
|
|
# from these with: x-axis=ts OR wall-time; y-axis=any metric(s) (up to 2).
|
|
# ability to merge any m csv files (e.g. tf vs torch; or n seeds) together
|
|
# in one plot.
|