Skip to content

perming-1.2.1

Compare
Choose a tag to compare
@linjing-lab linjing-lab released this 29 Jun 12:14
· 71 commits to main since this release

fix bugs:

  • add Mutipler to inherit parent classes BaseModel, v1.2.0 don't attach it due to work negligence.
  • support Linear(1, 1) in model layers to make features' dataset with dimension at (n, 1) possible.
  • reduce returns of get length of val_container within __len__ in train_val process when accumulated validation is done.

download:

!pip install perming==1.2.1 # in jupyter
pip install perming==1.2.1 # in cmd