Skip to content

Releases: SpirinEgor/commode-utils

Commode-utils | 0.4.2

10 Dec 10:19
Compare
Choose a tag to compare

Fix bug with failure on creating vocabulary from counters with border value 1.

Commode-utils | 0.4.1

16 Nov 09:09
64b3e5d
Compare
Choose a tag to compare
  • Move callbacks into a separate package
  • Easy import of chrf metric

Commode-utils | 0.4.0

15 Nov 17:39
a5bb58b
Compare
Choose a tag to compare
  • Add ChrF metric as torchmetric module
  • Upgrade to PyTorch 1.10.0
  • Upgrade to PyTorch-Lightning 1.5.0

Decoder also returns attention weights

01 Nov 09:17
Compare
Choose a tag to compare
0.3.12

Decoder returns attention weights

Quick fix incorrect vocabulary creation

27 Oct 16:48
Compare
Choose a tag to compare
0.3.11

Fix creating vocabulary dicts

Use border by counts in vocabulary

27 Oct 16:20
Compare
Choose a tag to compare
0.3.10

Use border by count in vocabulary

Extend model checkpoint

20 Sep 09:05
Compare
Choose a tag to compare
  • Remove upload checkpoint callback
  • Extend default model checkpoint callback from PL for uploading weights after saving

Reduce hyperparameters in classifier

21 Aug 10:44
Compare
Choose a tag to compare
0.3.8

Update version number

Decoder logic improvement

09 Aug 16:56
Compare
Choose a tag to compare

Decoder return SOS token as a first token of predicted sequence

Loss logic improvement

05 Aug 14:58
Compare
Choose a tag to compare

More reductions for cross-entropy loss function