how can i draw a training curve?
Lzc6996 opened this issue · 1 comments
Lzc6996 commented
i have a train_val log , and i want to draw a curve. i guess you have the scripts to do this job. could your release them?
sorry for my lazy.
xichangzun commented
require 'gnuplot'
gnuplot.pngfigure('train_val.png')
gnuplot.plot(torch.Tensor(train_val))
gnuplot.plotflush()