gradboard 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gradboard might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gradboard
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Easily snowboard down gnarly loss gradients
5
5
  License: MIT
6
6
  Author: Nicholas Bailey
@@ -0,0 +1,3 @@
1
+ from . import cycle
2
+ from . import optimiser
3
+ from . import schedule
@@ -10,7 +10,7 @@ from scipy.ndimage import gaussian_filter1d
10
10
 
11
11
  from torch.amp import GradScaler
12
12
 
13
- from .cycles import Cycle
13
+ from .cycle import Cycle
14
14
 
15
15
 
16
16
  class PASS:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gradboard"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "Easily snowboard down gnarly loss gradients"
5
5
  authors = [
6
6
  {name = "Nicholas Bailey"}
File without changes
File without changes
File without changes