-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Doc typo #1507
Comments
No that's correct --- does it conflict with a previous statement? I'm not that enthused about the |
It seemingly contradicts the table directly below it. Or the table is confusing. (Maybe it's just me, I'm a bit sleepy. But I initially thought the table listed the keyword arguments. But |
Okay yeah, I had a look at that table again and I'm not sure why we did it this way... I guess the |
Thanks for the quick response! Reading the page again I should have read the code a bit more carefully. It says |
Ideally, docs should even make sense if you're just skimming them 😉 This one was definitely confusing. I mean, for what it's worth, you can call your optimizer Just pushed an update to the site btw! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The documentation here says
nlp.update([doc], [gold], drop=0.5, sgd=optimizer)
. I guess it should be:nlp.update([doc], [gold], drop=0.5, optimizer=sgd)
The text was updated successfully, but these errors were encountered: