-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update linear-classify.md to fix demo link #100
base: master
Are you sure you want to change the base?
Conversation
The <a> tag for demo link are processed in a way that start and closing tags end up being wrapped in <p> individually. Wrapped with div to fix it.
👍 |
is there implementing two convolution layer network ? |
and i am confused that what happens to the net when the training accuracy can not be much higher only between 0.1 ~ 0.2. Is there something i missing? |
2db7f2d
to
c4f16df
Compare
80306db
to
34ba167
Compare
0188274
to
d04dc16
Compare
09f7cef
to
fe9d0cb
Compare
aea9f21
to
b1b1bcc
Compare
@Jai-Chaudhary Can you update this branch with master to remove the conflits? |
2ab2156
to
94c1fdd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The anchor tag for demo link are processed in a way that start and closing tags end up being wrapped in paragraph tags individually.
Interestingly, issue seen on http://cs231n.github.io/linear-classify/#webdemo but not on https://github.com/cs231n/cs231n.github.io/blob/master/linear-classify.md#interactive-web-demo.
Wrapped with div to fix it.