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

CyberZHG / keras-radam / 47 / 2
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2019 02:57PM UTC
Files 6
Run time 0s
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

29 Aug 2019 02:50PM UTC coverage: 80.052% (-0.4%) from 80.475%
KERAS_BACKEND=tensorflow TF_KERAS=1 TF_EAGER=1

push

travis-ci

CyberZHG
Change lr decay logic (#26)

* Update optimizers.py

Changed `lr` decay logic

Once `t > warmup_steps`, the movement toward `min_lr` is abrupt. _Ex:_ `self.total_steps = 200`, `warmup_steps = 100`, `self.lr = 1e-3`, `self.min_lr = 1e-4`:

- `t = 99 `  --> `lr = 9.9e-4`
- `t = 100` --> `lr = 1.0e-3` 
- `t = 101` --> `lr = 5.455e-4`

Doubt this is intended behavior. Plot ([code](https://puu.sh/E8HuR/a07ccd9e6f.txt)) comparison below:

<hr>

![image](https://user-images.githubusercontent.com/16495490/63619016-96bc7480-c5bb-11e9-9e91-e32a2a8ebde4.png)

* Fixed to account for decay_steps = 0

* Fixed styling to appease Travis

* Update optimizers.py

305 of 381 relevant lines covered (80.05%)

0.8 hits per line

Source Files on job 47.2 (KERAS_BACKEND=tensorflow TF_KERAS=1 TF_EAGER=1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 34
  • Travis Job 47.2
  • a9f39c72 on github
  • Prev Job for KERAS_BACKEND=tensorflow TF_KERAS=1 TF_EAGER=1 on master (#46.2)
  • Next Job for KERAS_BACKEND=tensorflow TF_KERAS=1 TF_EAGER=1 on master (#48.2)
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