mahsa14775

Results 1 issues of mahsa14775

**for i, (inp, target) in enumerate(test_loader):** target = target.cuda() gt = torch.cat((gt, target), 0) bs, n_crops, c, h, w = inp.size() input_var = torch.autograd.Variable(inp.view(-1, c, h, w).cuda(), volatile=True) output =...