create_plots.py 256 B

12345
  1. # TODO(sven):
  2. # Add a simple script that takes n csv input files and generates plot(s)
  3. # from these with: x-axis=ts OR wall-time; y-axis=any metric(s) (up to 2).
  4. # ability to merge any m csv files (e.g. tf vs torch; or n seeds) together
  5. # in one plot.