All Versions
6
Latest Version
Avg Release Cycle
8 days
Latest Release
2654 days ago
Changelog History
Changelog History
-
v0.1.6-alpha Changes
December 12, 2017 -
v0.1.5-alpha Changes
December 01, 2017- โ Add BatchNormalization Operator. Currently, it supports inference forwarding only.
- 0๏ธโฃ In Conv2D operator, use
ConvMethod.Img2Col
as default calculation method. Since it computes much faster.
-
v0.1.4-alpha Changes
November 25, 2017๐ Fix installing via CocoaPods failure error.
-
v0.1.3-alpha Changes
November 23, 2017๐ Improvements:
- ๐ Improve the Conv2D performance [a95329, 2c113e, c412fa]
- ๐ Fix MPS error in matrix multiply operator [57979d]
- ๐ Improve Graph API by introducing ForwardGraph [dcfe1f]
Note
๐ This release passed all testing on a local MAC machine. Travis-CI could not pass cause it runs out of time. -
v0.1.2-alpha Changes
November 05, 2017๐ This releasee majorly added more guides. Also, modified few APIs involving with slice tensor making.
๐ Changelogs
-
v0.1.1-alpha Changes
November 03, 2017This 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