Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing error data type calculating in plot_y #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Hierom
Copy link
Contributor

@Hierom Hierom commented Jul 9, 2018

@L1aoXingyu
Many thanks to your great revising version for learning in PyTorch.
However, in the logistic regression section, here should be fixed for error multiplying in plot_y
w0 * plot_x
--> This should be calculated only for two same data type, i.e., two nparray or two tensor.

This should be fixed for error multiplying in plot_y
-w0 * plot_x --> This should be calculated only for two same data type, i.e., two nparray or two tensor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant