Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Release version 0.2.0

Compare
Choose a tag to compare
@zhenwendai zhenwendai released this 19 Oct 13:38
cfe90d2
  • Improve the printing messages of gradient loop and bug fix for GluonFunctionEvaluation
  • Add Gamma Distribution
  • GP Modules enhancement
  • Implement Module, GPRegression, SparseGPRegression and SVGPRegression…
  • Update the README
  • Add score function for variational inference enhancement
  • Refactor the interface of inferece for module
  • Add score function inference
  • Implement common MXNet operators (dot product, diag, etc. in MXFusion enhancement
  • Add support for MXNet operators.
  • Cleanup kernel function and function wrappers for copying enhancement
  • Implement the base class MXFusionFunction