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

CyberZHG / keras-radam / 47
99%

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2019 02:56PM UTC
Jobs 5
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
47

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

2 of 2 new or added lines in 1 file covered. (100.0%)

377 of 381 relevant lines covered (98.95%)

2.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 47.1 (KERAS_BACKEND=tensorflow TF_KERAS=1 TF_2=1) 29 Aug 2019 02:59PM UTC 0
78.74
Travis Job 47.1
2 47.2 (KERAS_BACKEND=tensorflow TF_KERAS=1 TF_EAGER=1) 29 Aug 2019 02:57PM UTC 0
80.05
Travis Job 47.2
3 47.3 (KERAS_BACKEND=tensorflow TF_KERAS=1) 29 Aug 2019 03:00PM UTC 0
79.0
Travis Job 47.3
4 47.4 (KERAS_BACKEND=tensorflow) 29 Aug 2019 02:56PM UTC 0
25.72
Travis Job 47.4
5 47.5 (KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile) 29 Aug 2019 02:57PM UTC 0
25.72
Travis Job 47.5
Source Files on build 47
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #47
  • a9f39c72 on github
  • Prev Build on master (#46)
  • Next Build on master (#48)
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