Mettre à jour une variable dans Torch

w1.data -= learning_rate * w1.grad.data
w2.data -= learning_rate * w2.grad.data
White Faced Tree Rat