Closed ProFatXuanAll closed 3 years ago
Missing optimizer.zero_grad in torch tutorial. We must also add explanation about why we need optimizer.zero_grad.
optimizer.zero_grad
torch
Not related but I think we should also add another tutorial (or demonstration) about how torch perform auto differentiation
Done.
Missing
optimizer.zero_grad
intorch
tutorial. We must also add explanation about why we needoptimizer.zero_grad
.