You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kaliningraph is a BLAS-backed graph library which supports computation graphs with interactive debugging and visualization. This would enable users to "see" backpropagation and visually step through the program while it is executing. It also supports constant propagation and has a sparse matrix representation, for optimized execution. We will need to implement an arithmetic circuit encoder to benefit from Miller's evaluator.
The text was updated successfully, but these errors were encountered:
Kaliningraph is a BLAS-backed graph library which supports computation graphs with interactive debugging and visualization. This would enable users to "see" backpropagation and visually step through the program while it is executing. It also supports constant propagation and has a sparse matrix representation, for optimized execution. We will need to implement an arithmetic circuit encoder to benefit from Miller's evaluator.
The text was updated successfully, but these errors were encountered: