Published February 6, 2023
| Version 0.99.14
Software
Open
IBM/simulai: 0.99.14
Creators
- 1. @IBM
- 2. IBM
- 3. @fuchsia-agency @KashanUniversity @One-Language @slurpcode @64-shades
Description
- The definition of templates for automatically (using default choices) instantiating CNN and Dense networks.
- Using these templates for default choices it is possible to easily create any kind of autoencoder defined in the package, as seen below:
autoencoder = AutoencoderVariational(
input_dim=(None, 1, 64, 128),
latent_dim=8,
activation="tanh",
architecture="cnn",
case="2d",
)
- Bugs related to circular importing were fixed.
- The list of dependencies has been revised and reduced to reflect the real needs of the package.
- Documentation and code coverage were extended.
- The source code has undergone a massive reformatting in order to better fit PEP 8.
Files
IBM/simulai-0.99.14.zip
Files
(6.6 MB)
Name | Size | Download all |
---|---|---|
md5:1f23db3d18f5e702d14a018cb384b88e
|
6.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/IBM/simulai/tree/0.99.14 (URL)