stesha2016 / lanenet-enet-hnet

Apache License 2.0
88 stars 33 forks source link

What's the meaning of the "mean_cost_time"? #12

Open FlyingSharp opened 4 years ago

FlyingSharp commented 4 years ago
What's the meaning of the print in the Prompt: "mean_cost_time"? Is it mean processing one Epoch the net costs time, or processing one batch the net costs time, or processing one picture the net cost time? I am confused because my train.txt has 4279 lines, If it means this net predicts 4279 pictures only needs about 0.53 second, it is unbelievable! So I guess it is the cost time to process one batch or one picture. My GPU is 2060s 8G, so I set the batch_size=6, Can anybody tell me the correct answer? 
Prompt中每次跳出的Epoch=####,total_loss=####,binary_loss=####,instance_seg_loss=####,accuracy=####,mean_cost_time=####,其中,mean_cost_time 是完成一次Eopch的平均花费时间,还是完成一次Batch的平均花费时间?还是完成预测一张图片的平均花费时间呀? 还有accuracy是直接将一次Epoch中所有预测的正确的像素统一计算,还是分单个照片,每个照片单独计算准确度的呀?还请各位好心的大佬救救我这个萌新吧  QAQ