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

OverLordGoldDragon / keras-adamw / 186
95%

Build:
DEFAULT BRANCH: master
Ran 04 Jun 2020 02:19AM UTC
Jobs 6
Files 6
Run time 4min
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
186

push

travis-ci-com

web-flow
Synchronize updates; fix AdamW lr_t (keras)

**BUGFIXES**:
 - Last weight in network would be updated with `t_cur` one update ahead, desynchronizing it from all other weights
 - `AdamW` in `keras` (optimizers.py, optimizers_225.py) weight updates were _not_ mediated by `eta_t`, so cosine annealing had no effect. Pardon the mishap

**FEATURES**:
 - Added `lr_t` to tf.keras optimizers to track "actual" learning rate externally; use `K.eval(model.optimizer.lr_t)` to get "actual" learning rate for given `t_cur` and `iterations`
 - Added `lr_t` vs. iterations plot to README, and source code in `example.py`

**MISC**:
 - Added `test_updates` to ensure all weights update synchronously, and that `eta_t` first applies on weights as-is and _then_ updates according to `t_cur`
 - Fixes #47

1304 of 1338 relevant lines covered (97.46%)

1.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 186.1 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="1.14.0" KERAS_VERSION="2.2.5") 04 Jun 2020 02:19AM UTC 0
26.38
Travis Job 186.1
2 186.2 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="1.14.0" KERAS_VERSION="2.2.5" TF_KERAS="1") 04 Jun 2020 02:19AM UTC 0
38.19
Travis Job 186.2
3 186.3 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.0" TF_EAGER="1") 04 Jun 2020 02:22AM UTC 0
27.35
Travis Job 186.3
4 186.4 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.0") 04 Jun 2020 02:24AM UTC 0
27.43
Travis Job 186.4
5 186.5 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.0" TF_KERAS="1" TF_EAGER="1") 04 Jun 2020 02:22AM UTC 0
38.04
Travis Job 186.5
6 186.6 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.2.0" KERAS_VERSION="2.3.0" TF_KERAS="1") 04 Jun 2020 02:22AM UTC 0
38.04
Travis Job 186.6
Source Files on build 186
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #186
  • 8dc42e06 on github
  • Prev Build on master (#179)
  • Next Build on master (#188)
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