inputs, targets = inputs.cuda(), targets.cuda(async=True) ... syntax 针对此错误是由于python3.7丢弃了async,改为non_blocking了,将对应的async ...
確定! 回上一頁