Skip to main content

AdamWClip is an optimizer that extends AdamW with adaptive gradient clipping.

Project description

AdamWClip: AdamW with adaptive gradient clipping

AdamWClip is an optimizer that extends AdamW with adaptive gradient clipping. It automatically adapts the gradient clipping thresholds to the gradient statistics of each parameter resulting in equivariant thresholds with respect to scaling the gradients. This makes finding suitable clipping thresholds much easier (usually, the default threshold of AdamWClip is good to go). Furthermore, by directly utilizing the internal state variables of Adam, AdamWClip doesn't require additional memory (and only a marginal computational overhead).

Useage

To use AdamWClip in your pytorch project, simply run the following:

%pip install AdamWClip
from AdamWClip import AdamWClip
...
optimizer = AdamWClip(model.parameters(),*args)

On top of the standard parameters from AdamW, AdamWClip offers the following additional parameters:

  • clip_grad_adapt: adaptive gradient clipping threshold in terms of standard deviations of the clipped gradient distribution. If set to None, this optimizer behaves exactly like AdamW (default: 3)
  • clip_grad_min: minimum value for the adaptive gradient clipping threshold (default: 0.01)
  • clip_grad_warm_up: Number of initial update steps without gradient clipping to obtain reasonable gradient statistics at the beginning (default: 10)

In most instances, the default values should be fine.

If this optimizer becomes useful to you, please consider citing this repository :)

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

adamwclip-0.1.2.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adamwclip-0.1.2-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file adamwclip-0.1.2.tar.gz.

File metadata

  • Download URL: adamwclip-0.1.2.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for adamwclip-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ef95882d7ceb69ed4afba60418b56abcbd3db5ffccb54ed826b9449c2e2c7801
MD5 b7d2f4445893e67fc68234906c6da4da
BLAKE2b-256 0ad5d720a072f777421085e305bda4af51652fa315fed10b33a74bf9487dc3d6

See more details on using hashes here.

File details

Details for the file adamwclip-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: adamwclip-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for adamwclip-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7fae083067be8cf4a52ee05de2a358c6a2036d9cbb9ee2c9852c83c214933e22
MD5 609e32f6a7be78e460444f279acd9972
BLAKE2b-256 98fb11826d8b78d8f18a3fa11142da3059ebb4e60d067e3da8ec3237e90a6fb1

See more details on using hashes here.

Supported by

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