brainpy / BrainPy

Brain Dynamics Programming in Python
https://brainpy.readthedocs.io/
GNU General Public License v3.0
508 stars 92 forks source link

fix bugs in truncated_normal; add TruncatedNormal init. #575

Closed charlielam0615 closed 8 months ago

charlielam0615 commented 8 months ago

Description

  1. random.truncated_normal is not properly truncated.
  2. add support for TruncatedNormal initialization bug fix is a re-implementation of PR#574, also fix bugs therein. Passed local test.

Types of changes

Checklist

Other information

charlielam0615 commented 8 months ago

@chaoming0625 PR #574 merged. New API added.