LLY6321

Results 1 issues of LLY6321

Could you answer a small question,when I run the code: for i, (data, target, paths) in enumerate(val_loader): ←←←←←←←←there if args.gpu is not None: data = Variable(data.cuda()) target = Variable(target.cuda()) always...