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

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

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2019 03:00PM UTC
Files 6
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

29 Aug 2019 02:50PM UTC coverage: 79.003% (-0.4%) from 79.42%
KERAS_BACKEND=tensorflow TF_KERAS=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

301 of 381 relevant lines covered (79.0%)

0.79 hits per line

Source Files on job 47.3 (KERAS_BACKEND=tensorflow TF_KERAS=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.3
  • a9f39c72 on github
  • Prev Job for KERAS_BACKEND=tensorflow TF_KERAS=1 on master (#46.3)
  • Next Job for KERAS_BACKEND=tensorflow TF_KERAS=1 on master (#48.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

© 2025 Coveralls, Inc