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

OverLordGoldDragon / see-rnn / 286
96%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2020 06:41AM UTC
Jobs 6
Files 7
Run time 2min
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

pending completion
286

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.

5 of 5 new or added lines in 2 files covered. (100.0%)

1409 of 1436 relevant lines covered (98.12%)

5.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 286.1 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="1.14.0" KERAS_VERSION="2.2.5") 10 Jun 2020 06:42AM UTC 0
94.36
Travis Job 286.1
2 286.2 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="1.14.0" KERAS_VERSION="2.2.5" TF_KERAS="1") 10 Jun 2020 06:42AM UTC 0
94.15
Travis Job 286.2
3 286.3 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.1" TF_EAGER="1") 10 Jun 2020 06:43AM UTC 0
97.91
Travis Job 286.3
4 286.4 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.1") 10 Jun 2020 06:43AM UTC 0
94.29
Travis Job 286.4
5 286.5 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.1" TF_KERAS="1" TF_EAGER="1") 10 Jun 2020 06:44AM UTC 0
97.49
Travis Job 286.5
6 286.6 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.1" TF_KERAS="1") 10 Jun 2020 06:44AM UTC 0
94.15
Travis Job 286.6
Source Files on build 286
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #286
  • 41a114b6 on github
  • Prev Build on master (#282)
  • Next Build on master (#291)
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