Skip to content

"two_layer_net.ipynb" Solver section default setting problem #6

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

Open
HumbleHumbert opened this issue Apr 25, 2023 · 1 comment
Open

Comments

@HumbleHumbert
Copy link

I have encounterd isues when tring to run the solver in default learning rate 1e-2, when looking for other people's answers, I notice that everyone basically change it to 1e-3 instead, that could work, but I wonder why would you do that so uniformly? I mean is there any official announcement to make it fixed like that?

@mantasu
Copy link
Owner

mantasu commented Apr 25, 2023

I think the task requires constructing a Solver instance such that it would be able to train the model that achieves at least 36% accuracy. There are no restrictions on instantiating it; they even provide an example of how to do so in the Solver class documentation (where they also use lr of 1e-3).

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

No branches or pull requests

2 participants