You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 show→→→"AttributeError: Can't pickle local object 'get_transform_for_test_simple..'",How to solve this problem?Thanks a lot.