ACEsuit / Polynomials4ML.jl

Polynomials for ML: fast evaluation, batching, differentiation
MIT License
12 stars 5 forks source link

Fixing mul! problem in `LinearLayer` #63

Closed CheukHinHoJerry closed 1 year ago

CheukHinHoJerry commented 1 year ago

ref #62

CheukHinHoJerry commented 1 year ago

@cortner I think this is ready. Just to remind this is for fixing slow mul! in LinearLayer

cortner commented 1 year ago

testing it now.