yinboc/prototypical-network-pytorch

训练、测试曲线图training graph,testing graph

Closed this issue · 2 comments

请问程序有没有训练测试的曲线图,trlog是训练曲线图吗?Does the program have a training test graph? Is trlog a training graph?

You can use matplotlib to plot the curve from the records in trlog. (it is a dict and the file can be loaded by torch.load('PATH/trlog'))

thank you,this is useful.