Skip to content

Releases: verbose-void/rigl-torch

Fixed BN Extraction

11 Nov 06:17
c601d6d
Compare
Choose a tag to compare

Fixed a bug in the previous version where batch norm layers were being sparsified... this is not good.

Patch

04 Nov 03:30
b6cec00
Compare
Choose a tag to compare

Fixed print in last release.

More General get_W

04 Nov 03:26
02b5a97
Compare
Choose a tag to compare
v0.5

Update setup.py

Added Checkpoints

29 Oct 17:17
b6c14e0
Compare
Choose a tag to compare

Added the ability to checkpoint the pruner object without reinitializing random topologies.

Added Accumulated Gradient Scoring

27 Oct 12:08
159f1e5
Compare
Choose a tag to compare

Added the ability to accumulate gradients to simulate larger batch sizes for RigL steps. Larger batch sizes tend to reduce noise & the aim is to emulate a batch size of 4096 using a true batch size of 1024.

Updated Description / Package Details

26 Oct 08:58
0751532
Compare
Choose a tag to compare

RigL + Distributed

26 Oct 08:51
3af4dfe
Compare
Choose a tag to compare

First release that implements RigL to spec with distributed training available.