Hi,
In the section of “How other metrics change with learning rate” of this notebook, the helper_utils.plot_metrics_vs_learning_rate(df_metrics) returned an error that said,
TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.
Thank you.