-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
Deprecate initialiser keyword arguments #671
Comments
I am willing to work on this.
This piece of code does work right?...As in, we can define our own functions for weight initialization right?...So why is there a need to depreciate it?... |
The original idea was that you could choose initilialisers for a large model with the So given those issues and the fact that you can just as easily write this without |
So all that needs to be done is to add deprecation warnings to
OR is this required...? :
Accordingly I shall make changes to the API then. Can you please clarify it a bit here @MikeInnes. |
Lines 65 to 71 in 7418a2d
This is my understanding: |
@MikeInnes added the deprecation warning in #722 . |
These don't really work, they aren't flexible enough and are no more convenient that just supplying your own weights e.g.
This is partly a docs issue as people don't realise that this is a supported option. Although like most things, it will of course get more convenient with #669.
The text was updated successfully, but these errors were encountered: