mahsa14775
Results
1
issues of
mahsa14775
I have an error with the first line of the code. the error is about 'tuple' object is not callable
1
**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 =...