if forward twice, cuda out of memory ecountered! batch size is 512 _, _, output2 = model(img_drop) _, _, output3 = model(img_crop) why is that?
if forward twice, cuda out of memory ecountered! batch size is 512
_, _, output2 = model(img_drop)
_, _, output3 = model(img_crop)
why is that?