Skip to main content

Lookahead mechanism for optimizers in Keras

Project description

Keras Lookahead

Travis Coverage Version Downloads License

[中文|English]

Unofficial implementation of the lookahead mechanism for optimizers.

Install

pip install keras-lookahead

External Links

Usage

Arguments:

  • optimizer: Original optimizer.
  • sync_period: the k in 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())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keras-lookahead-0.9.0.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file keras-lookahead-0.9.0.tar.gz.

File metadata

  • Download URL: keras-lookahead-0.9.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for keras-lookahead-0.9.0.tar.gz
Algorithm Hash digest
SHA256 753e7a97e035662e2cda08f6ced646d69b59aaa412176168b8879c17ae035d16
MD5 a31a35d9b0c48d942d0ddf4ad0ca2dfd
BLAKE2b-256 dc02eef1b468c2b294ac37afc00d3ec21242af9935fdc30c4ce909e8d31d0132

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page