gorgonia / tensor

package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes
Apache License 2.0
359 stars 49 forks source link

Fix #140 #141

Closed ksw2000 closed 5 months ago

ksw2000 commented 5 months ago
chewxy commented 5 months ago

LGTM

ksw2000 commented 5 months ago

Test runs failed because I used any in my code.

I changed any to interface{}

image

coveralls commented 5 months ago

Coverage Status

coverage: 21.597% (+0.03%) from 21.565% when pulling d4a81dee2d236cf83aef2c5806987d64997f74ff on ksw2000:fix-#140 into 01c8417156db0744c94ef450f029f458d321004d on gorgonia:master.