• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OverLordGoldDragon / see-rnn / 286 / 3
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2020 06:43AM UTC
Files 7
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Jun 2020 06:35AM UTC coverage: 97.911% (+0.005%) from 97.906%
TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.1" TF_EAGER="1"

push

travis-ci-com

web-flow
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, set `norm_fn = (np.sqrt, np.square) = (outer_fn, inner_fn)`, which will compute `outer_fn(sum(inner_fn(x)))`. Note that `norm_fn=np.square` will **no longer compute L2-norm correctly**.

Pardon the mishap.

1406 of 1436 relevant lines covered (97.91%)

0.98 hits per line

Source Files on job 286.3 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.1" TF_EAGER="1")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 242
  • Travis Job 286.3
  • 41a114b6 on github
  • Prev Job for TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.1" TF_EAGER="1" on master (#282.3)
  • Next Job for TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.1" TF_EAGER="1" on master (#291.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc