tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

Fixed Issue #28

Open erumbold opened this issue 4 years ago • 0 comments

Fixed issue #28 in Training > Gradient Descent > Signs of Healthy Training

Changed: ax[1].plot(np.log10(losses[j]), label=f'Learning rate: {lr}') to be: ax[1].plot(np.log10([t.detach().numpy() for t in losses[j]), label=f'Learning rate: {lr}')

erumbold avatar Jul 15 '21 20:07 erumbold