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

OverLordGoldDragon / keras-adamw / 22
95%

Build:
DEFAULT BRANCH: master
Ran 29 Sep 2019 02:28AM UTC
Jobs 2
Files 3
Run time 10s
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
22

push

travis-ci-com

web-flow
Added unit tests, other changes

Include testing for:

 - `total_iterations = 0` for all optimizers
 - Non-zero weight constraint (Dense, kernel, maxnorm) for all optimizers
 - `AdamW(amsgrad=True)`
 - `SGDW(nesterov=True)`
 - `saved_weights = K.batch_get_value(model.optimizer.weights)` for all optimizers
 - `model.optimizer.set_weights(saved_weights)` for all optimizers

Other changes:

 - Add `from keras.constraints import maxnorm`
 - Loosened saved-loaded weight comparison abs. tolerance: `1e-7 --> 4e-7`
 - Fix `decay` keyword argument logic; was never passed in, and must not be passed in to `NadamW`

285 of 287 relevant lines covered (99.3%)

1.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22.1 (KERAS="true") 29 Sep 2019 02:28AM UTC 0
99.3
Travis Job 22.1
2 22.2 (KERAS="false") 29 Sep 2019 02:29AM UTC 0
99.3
Travis Job 22.2
Source Files on build 22
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #22
  • 4eba8aba on github
  • Prev Build on master (#10)
  • Next Build on master (#23)
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