rasbt / machine-learning-book

Code Repository for Machine Learning with PyTorch and Scikit-Learn
https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn
MIT License
3.63k stars 1.31k forks source link

Removed detach().numpy() #166

Open Gowtham58 opened 8 months ago

Gowtham58 commented 8 months ago

Removed detach().numpy() form 5th Line as It caused and Error y_pred.detach().numpy() caused and error while plotting in line 12 Because it was already in numpy array in the 5th line , so I removed it.

review-notebook-app[bot] commented 8 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB