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
It shows z = x @ W + b with requires_grad = False.
However, since W and b both have requires_grad = True, the output z should also have requires_grad = True.