`
I have some problems about the code repeated in user.py from 231 to 245
if torch.cuda.is_available():
torch.cuda.synchronize()
res = time.time() - end
print("Network seq", path_seq, "scan", path_name,
"in", res, "sec")
end = time.time()
cnn.append(res)
if torch.cuda.is_available():
torch.cuda.synchronize()
res = time.time() - end
print("Network seq", path_seq, "scan", path_name,
"in", res, "sec")
end = time.time()
cnn.append(res)
`
I have some problems about the code repeated in user.py from 231 to 245
`