-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix from_pretrained in_channels, etc. #94
base: master
Are you sure you want to change the base?
Conversation
added options to override dropout and drop_connect
add mish to utils
added mish as option in set_swish
maybe should have pushed these to another fork... but these commits add dropout and drop_connect options as well as mish (as an option in set_swish) |
fixed typo in set_swish
fixed typo in Mish
perhaps it's simpler to have just a from_name function and a pretrained boolean arg? |
consolidated from_name and from_pretrained
any update to this? facing the same issue |
you can use my fork for now |
thanks alot. already done that. its working great, |
Good to hear! let me know if you think any of the changes I made are unintuitive since I did a little more than just fixing the channels issue |
fix
from_pretrained
paramin_channels
rename existing
from_name
to_from_name
added new
from_name
to matchfrom_pretrained
signature