Skip to content

perming-1.1.1

Compare
Choose a tag to compare
@linjing-lab linjing-lab released this 29 May 17:13
· 72 commits to main since this release

fix bugs:

  • assert about initial parameters include hidden_layer_sizes, batch_size and learning_rate_init.
  • num_epochs and interval > 0 in pre-assertion before set_val_container and train_val process.
  • assert str(target.dtype).startswith("float") to ensure target values of regression task.

download:

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

same hyper-parameters as v1.0.0