unluckdog

Results 1 comments of unluckdog

I calculated it as follows: ` start.record() outs = model(batch_inputs) end.record() torch.cuda.synchronize() spend = start.elapsed_time(end)` the problem is it takes me 1.4s to render an 800*800 depth image but in...