nickthorpie
Results
1
comments of
nickthorpie
I updated to `@make_nograd_func def test_sample(left, right): model.eval() left=left.unsqueeze(0) right=right.unsqueeze(0) disp_ests, pred1_s3_up, pred2_s4 = model(left.cuda(), right.cuda()) return disp_ests[-1]` Also crop_w should be 960 as per save_disp example I'm now receiving...