Skip to content

v0.1.1

Compare
Choose a tag to compare
@BHM-Bob BHM-Bob released this 30 May 07:43
· 782 commits to main since this release

v0.1.1

FIX

setup.py

  1. fix-code: add numpy requirment in setup.py

dl_torch

  1. fix-bug: dl_torch.save_checkpoint err model_root
  2. fix-bug: dl_torch.utils.init_model_parameter support None for weight and bias

ADD

base

  1. add base.get_time as func to get str-time

dl_torch

  1. add dl_torch.optim as sub-module
  2. add dl_torch.optim.LrScheduler