Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Releases: pcpLiu/Serrano

Fix BatchNorm Operator error

12 Dec 19:57
Compare
Choose a tag to compare
Pre-release
  • Fix batchnorm operator error (8b841e)
  • Added updated docs for batchnorm operator (8b841e)

Add BatchNormalization Operator

01 Dec 16:56
Compare
Choose a tag to compare
Pre-release

Fix CocoaPods installing error

25 Nov 17:35
Compare
Choose a tag to compare
Pre-release

Fix installing via CocoaPods failure error.

Improve Conv2D Peformance

23 Nov 02:36
Compare
Choose a tag to compare
Pre-release

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.

Adding guides

05 Nov 12:29
Compare
Choose a tag to compare
Adding guides Pre-release
Pre-release

This releasee majorly added more guides. Also, modified few APIs involving with slice tensor making.

Changelogs

  • Added guides
  • Changed APIs in Tensor making slice tensor. [5c7b41f]
  • Fixed force downcastign in servera places. [e6f7ac1]
  • Added API in SerranoEngine allowing loading user's Metal library. This is for custom operator. [5c28e3a]

Basic APIs and Architecture Ready

03 Nov 18:27
Compare
Choose a tag to compare
Pre-release

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