Skip to content

Releases: zhyx12/fastda

FastDA Release V0.0.18

20 Aug 08:42
Compare
Choose a tag to compare

The changes are listed as follows:

  1. add default value for some control keys: max_iters, log_interval, val_interval, save_interval, max_save_num, cudnn_deter_flag
  2. add "save_best_model" into control keys
  3. raise runtimeerror when val_interval is larger than max_iters
  4. allowing max_save_num=0 now

FastDA Release V0.0.17

07 Jul 02:47
Compare
Choose a tag to compare
  1. add cuda.set_device(args.local_rank) thus card 0 will not have extra memory cost

FastDA Release V0.0.15

07 Jul 02:14
Compare
Choose a tag to compare
  1. import HOOKS in hooks.init.py and hoos.training_hooks.py
  2. register validation hooks early thus it make sense

FastDA Release V0.0.13

13 Apr 12:54
Compare
Choose a tag to compare
  1. breaking changes: dataloader index start from 0 now, not 1 as before
  2. you can register custom hooks now by write them in config. The figure of train_api is also updated.
  3. using pop(key, None) syntax

FastDA Release V0.0.11

11 Jan 13:10
Compare
Choose a tag to compare

FastDA Release V0.0.10

12 Dec 14:13
Compare
Choose a tag to compare

FastDA Release V0.0.9

11 Dec 12:57
Compare
Choose a tag to compare

FastDA Release V0.0.8

08 Dec 07:19
Compare
Choose a tag to compare

FastDA Release V0.0.7

05 Dec 09:39
Compare
Choose a tag to compare