This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
Releases: pcpLiu/Serrano
Releases · pcpLiu/Serrano
Fix BatchNorm Operator error
Add BatchNormalization Operator
- Add BatchNormalization Operator. Currently, it supports inference forwarding only.
- In Conv2D operator, use
ConvMethod.Img2Col
as default calculation method. Since it computes much faster.
Fix CocoaPods installing error
Fix installing via CocoaPods failure error.
Improve Conv2D Peformance
Adding guides
This releasee majorly added more guides. Also, modified few APIs involving with slice tensor making.
Changelogs
Basic APIs and Architecture Ready
This is an alpha development release.
Release note:
Core APIs ready:
- Graph [backward, forward]
- Tensor
- Operator
- Symbol
Operators Ready (Grad compute not ready of some operators):
- Unary operators
- Binary operators
- Reduce operators
- Activation operators
- Matrix multiplication operator
- 2D convolutional operator
- 2D Pooling operators
Next phase goal:
- Graph memory allocation optimization
- Operator grad compute
- Add operators:
- Depth-wise convolutional operator
- Batch normalization operator
- Add optimizer:
- Adam
- Serrano-tool:
- Convert Keras model