perming-1.2.1
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