fengmoon93

Results 2 comments of fengmoon93

import h5py filename='data_06790.h5' try: data = h5py.File(filename, 'r') except: print('file has bugs') #the output is 'file has bugs'

I just resize the cityscapes dataset into 512*1024,I record the time that the network processed the data,the average time is 0.02s,but when it loads the checkpoint flie,the first iteration takes...