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
Modify the code from Problem 82 so that it computes loss and gradient for a batch of instances. You may decide mini-batch size $B$ (e.g., $B=32$). After this, train the model on a GPU.
The text was updated successfully, but these errors were encountered:
83. Mini-batch Training, GPU Training
Modify the code from Problem 82 so that it computes loss and gradient for a batch of instances. You may decide mini-batch size$B$ (e.g., $B=32$ ). After this, train the model on a GPU.
The text was updated successfully, but these errors were encountered: