Easily snowboard down gnarly loss gradients
Project description
gradboard
Easily snowboard down gnarly loss gradients
Getting started
You can install gradboard with
pip install gradboard
PyTorch is a peer dependency of gradboard, which means
- You will need to make sure you have PyTorch installed in order to use
gradboard - PyTorch will not be installed automatically when you install
gradboard
We take this approach because PyTorch versioning is environment-specific and
we don't know where you will want to use gradboard. If we automatically install
PyTorch for you, there's a good chance we would get it wrong!
Therefore, please also make sure you install PyTorch.
Usage examples
Decent model training outcomes without tuning hyperparameters
gradboard includes
- An implementation of AdamS as proposed in Xie et al. (2023) "On the Overlooked Pitfalls of Weight Decay and How to Mitigate Them: A Gradient-Norm Perspective" (https://openreview.net/pdf?id=vnGcubtzR1), which in practice makes model training more robust to the weight decay setting.
- Utilities for implementing popular learning rate schedules
- An implementation of an automatic max/min learning rate finder based on Smith (2017) "Cyclical Learning Rates for Training Neural Networks" (https://arxiv.org/abs/1506.01186)
- Sensible defaults
In practice this means that you can train a neural network and get decent performance
right out of the box, just by using the PASS (point-and-shoot scheduler), even
for unfamiliar architectures or problem domains.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gradboard-16.0.0.tar.gz.
File metadata
- Download URL: gradboard-16.0.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.9.5 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc325ac562f7857dc3adebdde68e3c866cc6c2aabf4ae75d4b4fc09e98b7ec15
|
|
| MD5 |
4621a70ff8d198c0e5dfbb573fb71c6c
|
|
| BLAKE2b-256 |
00e8c2c534e95a0cd76c032542cf15d6f30ea14759bde601d96198cb673fce0b
|
File details
Details for the file gradboard-16.0.0-py3-none-any.whl.
File metadata
- Download URL: gradboard-16.0.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.9.5 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67805275bb4dbc32705b17edd4512bb1b141cbb587ccd55014a3d237ccced0b3
|
|
| MD5 |
46d485d859d31d83ef8fb28d29dddaf1
|
|
| BLAKE2b-256 |
e739c7de8e49858c33f4dff0fc9633b90cd0c530e4a77845cce7344d122c28e9
|