nshtrainer 0.13.0__py3-none-any.whl → 0.13.1__py3-none-any.whl

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.
@@ -66,9 +66,9 @@ class EarlyStopping(_EarlyStopping):
66
66
  super().__init__(
67
67
  monitor=self.metric.validation_monitor,
68
68
  mode=self.metric.mode,
69
- patience=self.patience,
70
- min_delta=self.min_delta,
71
- strict=self.strict,
69
+ patience=self.config.patience,
70
+ min_delta=self.config.min_delta,
71
+ strict=self.config.strict,
72
72
  )
73
73
 
74
74
  @override
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nshtrainer
3
- Version: 0.13.0
3
+ Version: 0.13.1
4
4
  Summary:
5
5
  Author: Nima Shoghi
6
6
  Author-email: nimashoghi@gmail.com
@@ -15,7 +15,7 @@ nshtrainer/callbacks/checkpoint/_base.py,sha256=yBUZ63P4a3m5jviIUGxBd2WXq_TigpKt
15
15
  nshtrainer/callbacks/checkpoint/best_checkpoint.py,sha256=DJiLo7NDzd-lp-O3v7Cv8WejyjXPV_6_RmfltKO9fvE,2165
16
16
  nshtrainer/callbacks/checkpoint/last_checkpoint.py,sha256=CqB_8Xv32rtpLCaEEPi6DbRZm4ph5TWS-LfqIHXUIUA,1097
17
17
  nshtrainer/callbacks/checkpoint/on_exception_checkpoint.py,sha256=ctT88EGT22_t_6tr5r7Sfo43cuve6XeroBnBYRMPOus,3372
18
- nshtrainer/callbacks/early_stopping.py,sha256=2vhlXvp6gIFaJXjmPFVK-nbuBUva3200rve5s0krs2c,4618
18
+ nshtrainer/callbacks/early_stopping.py,sha256=DlB3FOMbPYaCn1pYHiqa_upnoBExAMAbF2oHA92qMUs,4639
19
19
  nshtrainer/callbacks/ema.py,sha256=8-WHmKFP3VfnzMviJaIFmVD9xHPqIPmq9NRF5xdu3c8,12131
20
20
  nshtrainer/callbacks/finite_checks.py,sha256=gJC_RUr3ais3FJI0uB6wUZnDdE3WRwCix3ppA3PwQXA,2077
21
21
  nshtrainer/callbacks/gradient_skipping.py,sha256=pqu5AELx4ctJxR2Y7YSSiGd5oGauVCTZFCEIIS6s88w,3665
@@ -82,6 +82,6 @@ nshtrainer/util/seed.py,sha256=Or2wMPsnQxfnZ2xfBiyMcHFIUt3tGTNeMMyOEanCkqs,280
82
82
  nshtrainer/util/slurm.py,sha256=rofIU26z3SdL79SF45tNez6juou1cyDLz07oXEZb9Hg,1566
83
83
  nshtrainer/util/typed.py,sha256=NGuDkDzFlc1fAoaXjOFZVbmj0mRFjsQi1E_hPa7Bn5U,128
84
84
  nshtrainer/util/typing_utils.py,sha256=8ptjSSLZxlmy4FY6lzzkoGoF5fGNClo8-B_c0XHQaNU,385
85
- nshtrainer-0.13.0.dist-info/METADATA,sha256=1OsZvE4GYPu85jiPrBJffrqGvsmdUuQU96TGIYnlIoo,860
86
- nshtrainer-0.13.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
87
- nshtrainer-0.13.0.dist-info/RECORD,,
85
+ nshtrainer-0.13.1.dist-info/METADATA,sha256=BKPztr_MCloMTaIsrPNhk8PZNhKgTIED7Lep-8JAi1s,860
86
+ nshtrainer-0.13.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
87
+ nshtrainer-0.13.1.dist-info/RECORD,,