Experiment - Gradient access (.grad)
Problem:You have a simple linear model trained on a small dataset. You want to understand how gradients are computed and accessed during backpropagation.
Current Metrics:Training loss: 0.25, Validation loss: 0.27
Issue:You do not see or understand how to access the gradients of model parameters after backpropagation.