Skip to content

Releases: CarloLucibello/Tsunami.jl

v0.1.7

08 Sep 07:09
98f5f88
Compare
Choose a tag to compare

Tsunami v0.1.7

Diff since v0.1.6

Merged pull requests:

v0.1.6

07 Sep 13:13
d6345ce
Compare
Choose a tag to compare

Tsunami v0.1.6

Diff since v0.1.5

Closed issues:

  • add a get_device method (#49)

Merged pull requests:

v0.1.5

17 Jul 10:18
4896a05
Compare
Choose a tag to compare

Tsunami v0.1.5

Diff since v0.1.4

Merged pull requests:

v0.1.4

20 May 13:41
d6d0067
Compare
Choose a tag to compare

Tsunami v0.1.4

Diff since v0.1.3

Closed issues:

  • add accumulate gradient (#38)
  • add docs for gradient clipping (#39)
  • save the model_state in the checkpoint instead of the full model (#55)

Merged pull requests:

v0.1.3

18 Apr 04:05
29bcd9c
Compare
Choose a tag to compare

Tsunami v0.1.3

Diff since v0.1.2

Closed issues:

  • add a NLP example (#45)
  • use MLDatasets in the README example (#46)
  • deprecate fit! in favor of fit (#53)

Merged pull requests:

v0.1.2

12 Apr 07:52
a593bb8
Compare
Choose a tag to compare

Tsunami v0.1.2

Diff since v0.1.1

Closed issues:

  • cleaner validation printing (#5)
  • check licensing issues with pytorch lightning (#28)
  • create a lightweight training framework (#43)

Merged pull requests:

v0.1.1

08 Apr 11:17
948e930
Compare
Choose a tag to compare

Tsunami v0.1.1

Diff since v0.1.0

Closed issues:

  • tag a first release (#16)
  • reuse the progress bar, don't create a new one for each epoch (#32)
  • add validate and test methods (#37)

Merged pull requests:

v0.1.0

29 Mar 10:24
Compare
Choose a tag to compare

Tsunami v0.1.0

Closed issues:

  • change the name of the library? (#3)
  • make fit_state its own type (#7)
  • define show method for generic FluxModel (#8)
  • no training progress bar is shown for small number of batches (#9)
  • describe in pseudocode the fit! method (#11)
  • add log function (#13)
  • add seed_everything (#15)
  • check and improve documentation (#18)
  • deprecate training_epoch_end (#19)
  • audit API (#20)
  • account for batch_size when logging on_epoch (#22)
  • make batch_idx optional in training_step etc... (#27)
  • schedulers should become lr_schedulers? (#30)

Merged pull requests: