-
Notifications
You must be signed in to change notification settings - Fork 655
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
Bug fix for truncated-normal #1022
Conversation
Truncated-Normal Operation Truncated-Normal Operation (deepjavalibrary#1015) * [tensoflow] Add truncated normal operation * Add truncated-normal to all engines that do not support it * Truncated-Normal Operation
@AzizZayed Can you rebase this on top of master? |
@AzizZayed Please rebase your code |
Codecov Report
@@ Coverage Diff @@
## master #1022 +/- ##
=========================================
Coverage 70.00% 70.00%
Complexity 5109 5109
=========================================
Files 504 504
Lines 22617 22617
Branches 2372 2372
=========================================
+ Hits 15833 15834 +1
+ Misses 5517 5515 -2
- Partials 1267 1268 +1
Continue to review full report at Codecov.
|
Description
Fix bug where I add the mean before multiplying by the standard deviation when computing the truncated-normal operation.