google-research/nasbench

what is "total_time" in the tfrecord file?

yuanjunyj opened this issue · 0 comments

Hi~
I find that in each row in the tf_record file, there's a field named "total_time", which is slightly larger than training time of the full epochs. I am interested in what "total_time" represents, and I wonder whether "total_time" and "training_time" can be used to obtain the inference latency of each model?
Thanks~