File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# SWAG in Optax
22
3+ [ ![ PyPI version] ( https://badge.fury.io/py/optax-swag.svg )] ( https://pypi.org/project/optax-swag/ )
4+
35This package implements [ SWAG] ( https://arxiv.org/abs/1902.02476 )
46as an [ Optax] ( https://optax.readthedocs.io/ ) transform to allow
57usage with [ JAX] ( https://jax.readthedocs.io/ ) .
68
79## Installation
810
9- For now, the only available mode of installation is directly from source as
11+ Install from ` pip ` as:
12+ ``` shell
13+ pip install optax-swag
1014```
15+
16+ To install the latest directly from source, run
17+ ``` shell
1118pip install git+https://github.com/activatedgeek/optax-swag.git
1219```
1320
14- ** TODO** : A PyPI package will be available soon.
15-
1621## Usage
1722
1823To start updating the iterate statistics, use [ chaining] ( https://optax.readthedocs.io/en/latest/api.html#chain ) as
You can’t perform that action at this time.
0 commit comments