Repo Added
|
Files
7
|
Badge
README BADGES
|
push
travis-ci-com
1409 of 1436 relevant lines covered (98.12%)
5.72 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
287 | 1.14.4 | Fix L1-norm case in `weights_norm` `norm_fn=np.abs` would compute L1 norm as: `np.sqrt(np.sum(np.abs(x)))`, which is incorrect; the sqrt is redundant. `norm_fn=np.abs` will now work correctly. L2-norm case always worked correctly. For L2-norm,... | push | travis-ci-com | pending completion |