Recent Releases of https://github.com/vexives/caspian
https://github.com/vexives/caspian - Caspian v1.0.1
Caspian Version 1.0.1
What's new:
Added a full layer testing suite to make sure all layers perform the intended operations despite user error, bad initializations, or potential memory hazards.
Added new validation tools and custom exceptions to allow for more detailed error checking and messaging to the user.
MANY bug fixes, some being very small, like ReLU and its component activations having a slight calculation error, while others being large enough to prevent entire layers from being used properly. Notably layers such as
Bilinear,Conv2DTranspose, andLayerNorm, which had initialization errors as well as saving and loading inconsistencies from version 1.0.0.Formatting errors with the README.md and various class documentations have also been fixed for consistency. Error messaging should also be consistent between all layers.
- Python
Published by Vexives about 1 year ago