facebookarchive/fb.resnet.torch

how can i draw a training curve?

Lzc6996 opened this issue · 1 comments

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.

require 'gnuplot'

gnuplot.pngfigure('train_val.png')
gnuplot.plot(torch.Tensor(train_val))
gnuplot.plotflush()