ren01140201

Results 1 issues of ren01140201

Error message: p.grad.data.mul_(1.0 / meta_batch_size) AttributeError: 'NoneType' object has no attribute 'data' For lines; # Average the accumulated gradients and optimize for p in maml.parameters(): print(p) p.grad.data.mul_(1.0 / meta_batch_size) opt.step()...