Skip to content
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

add kaiming initialization and relevant docstrings #1243

Merged
merged 2 commits into from
Jun 30, 2020
Merged

add kaiming initialization and relevant docstrings #1243

merged 2 commits into from
Jun 30, 2020

Commits on Jun 28, 2020

  1. add kaiming initialization

    * updates the docstring of glorot initialization
    * add a method for nfan(::Tuple) for robustness consideration, otherwise nfan((100, 400)) would return 1, (100, 400), which isn't correct.
    
    Co-authored-by: Aniket Das <aniketd@iitk.ac.in>
    Co-authored-by: CarloLucibello <carlo.lucibello@gmail.com>
    3 people committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    3bd5cd8 View commit details
    Browse the repository at this point in the history
  2. add docstrings to nfan

    Co-authored-by: CarloLucibello <carlo.lucibello@gmail.com>
    johnnychen94 and CarloLucibello committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    50e9454 View commit details
    Browse the repository at this point in the history