Skip to content

Releases: ZhiyuanChen/DanLing

v0.2.3

14 Apr 17:19
Compare
Choose a tag to compare

Commits

  • 3e5aa76: move property from RunnerState into RunnerBase (Zhiyuan Chen)
  • 496b431: rewrite lr_scheduler (Zhiyuan Chen)

v0.2.1

13 Apr 10:33
Compare
Choose a tag to compare

Commits

  • 3fde8a1: catch import error of gitpython (Zhiyuan Chen)
  • 121ebde: fix batch_size could not be inferred when no dataloaer found (Zhiyuan Chen)
  • 725dd52: fix accelerate args not parsed (Zhiyuan Chen)
  • cb746fd: ensure access state in runner (Zhiyuan Chen)

v0.2.0

11 Apr 13:46
Compare
Choose a tag to compare

Commits

  • 0b8da5f: save all json serialisable objects to RunnerState (Zhiyuan Chen)

v0.1.10

10 Apr 10:07
Compare
Choose a tag to compare

Commits

  • 8681a18: improve docs on runner directory (Zhiyuan Chen)
  • 41a02e0: fix getattr in extreme cases (Zhiyuan Chen)
  • 9a436d6: no longer print results at exit (Zhiyuan Chen)

v0.1.9

04 Apr 04:21
Compare
Choose a tag to compare

Commits

  • c8e6a7f: imporve error handling of gitpython (Zhiyuan Chen)
  • af9c18e: update docs of gitpython (Zhiyuan Chen)

v0.1.8

03 Apr 09:46
Compare
Choose a tag to compare

Commits

  • df43cd7: rename freq to interval (Zhiyuan Chen)
  • c76fe13: fix scale_lr (Zhiyuan Chen)
  • fba0505: update init (Zhiyuan Chen)
  • 46f56ee: check interval > 0 (Zhiyuan Chen)

v0.1.7

30 Mar 10:04
Compare
Choose a tag to compare

Commits

  • 35d3650: support comparing NestedTensor with int and floats (Zhiyuan Chen)
  • 0218f12: support mask value in constructing NestedTensor (Zhiyuan Chen)
  • 55fb0cf: fix size of NestedTensor when ndim=0 (Zhiyuan Chen)
  • ea55b48: improve torch function handle (Zhiyuan Chen)
  • ec7550a: deprecate registry (Zhiyuan Chen)
  • e99b66d: add averagemeters (Zhiyuan Chen)
  • 5153080: add repr for NestedTensor (Zhiyuan Chen)
  • bbb7fe0: fix NestedTensor attributes lost in op (Zhiyuan Chen)

v0.1.6

24 Mar 04:25
Compare
Choose a tag to compare

Commits

  • 685c5d5: support padding value in constructing NestedTensor (Zhiyuan Chen)

v0.1.5

24 Mar 04:04
Compare
Choose a tag to compare

Commits

  • 00ca6bb: add autocast to TorchRunner (Zhiyuan Chen)

v0.1.4

21 Mar 12:03
Compare
Choose a tag to compare

Commits

  • be89036: fix lint (Zhiyuan Chen)
  • 2340932: fix id/uuid consistency in distributed training (Zhiyuan Chen)