Training-Curve-Vis

Visualize the training curve from the *.csv file (tensorboard format).

Feature

  • Custom labels
  • Curve smoothing
  • Support for multiple curves
Single curve
tensorboard ours
single_tb single_sns
Multiple curves
tensorboard ours
multi_tb multi_sns

Usage

$ pip install -r requirements.txt

And then,

from curve_vis import CurveVis
cv = CurveVis(
	csv_file = ["a.csv", "b.csv"]
    labels = ["curve1", "curve2"]
)
cv.show()

GitHub

View Github