Skip to content

Releases: RoySadaka/lpd

ThresholdChecker updates

28 Mar 11:55
Compare
Choose a tag to compare

ThresholdChecker is updated to compute improvement according to the last improved step and not to the best-received metric.
ThresholdChecker(0.5), scores 0.2->0.4->0.8
Previously ---> no improvement, no improvement
Now           ---> no improvement, IMPROVED

Dense & StatsPrint

14 Feb 13:12
Compare
Choose a tag to compare
  • Dense custom layer to support applying norm (configurable to before or after activation)
  • StatsPrint callback to support printing best-confusion-matrix when at least one of the metrics is of type MetricConfusionMatrixBaseSome
  • minor cosmetic changes

Activation in TransformerEncoderStack

04 Feb 06:42
Compare
Choose a tag to compare
  • TransformerEncoderStack to support activation as input
  • PositionalEncoding to support more than 3 dimensions input

Minor fixes - 2023 happy new year

22 Jan 10:09
Compare
Choose a tag to compare
  • Added assert to Attention class (from extensions) when mask is used
  • Fixed confusion matrix cpu/gpu device error
  • Better handling on callbacks where apply_on_states=None (apply on all states)
  • Updated Pipfile

AbsoluteThresholdChecker & RelativeThresholdChecker

15 Sep 07:53
Compare
Choose a tag to compare
  • Added AbsoluteThresholdChecker & RelativeThresholdChecker classes
  • ThresholdCheckers can now be used in CallbackMonitor to better define metric tracking

Validation fix

27 Jun 17:17
Compare
Choose a tag to compare

Bug fix in case validation samples are empty

Validation fix

22 Jun 17:47
Compare
Choose a tag to compare

Bug fix in case validation samples are empty

Verbosity

24 Apr 07:38
Compare
Choose a tag to compare

Bug fix in verbosity level 2 in train

Verbosity change in torch_utils

17 Mar 20:13
Compare
Choose a tag to compare

verbosity default to false in some functions

Fix to PositionalEncoding to be batch first

03 Nov 11:45
Compare
Choose a tag to compare

As well as taking the updated PositionalEncoding implementation from torch official tutorial