Keras Lookahead
Unofficial implementation of the lookahead mechanism for optimizers.
Install
pip install keras-lookahead
External Links
Usage
Arguments:
optimizer: Original optimizer.sync_period: thekin the paper. The synchronization period.slow_step: theαin the paper. The step size of slow weights.
from keras_lookahead import Lookahead
optimizer = Lookahead('adam', sync_period=5, slow_step=0.5)
Custom optimizers can also be used:
from keras_radam import RAdam
from keras_lookahead import Lookahead
optimizer = Lookahead(RAdam())
Release files for keras-lookahead 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| keras-lookahead-0.9.0.tar.gz | 5.3 kB | Details |
Release files / keras-lookahead-0.9.0.tar.gz
| Download URL | keras-lookahead-0.9.0.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
753e7a97e035662e2cda08f6ced646d69b59aaa412176168b8879c17ae035d16
|
|
BLAKE2b-256 checksum How to use checksums |
dc02eef1b468c2b294ac37afc00d3ec21242af9935fdc30c4ce909e8d31d0132
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
|