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

Basic APIs and Architecture Ready

Pre-release
Pre-release
Compare
Choose a tag to compare
@pcpLiu pcpLiu released this 03 Nov 18:27
· 61 commits to master since this 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