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
* Because we divide by 1.5; in the edge case were we have 1 example we'd
end up rounding down to 0 which will cause problems when we try to initialize a matrix to that size.
Fix#248
We're getting a panic here
foyle/app/pkg/learn/in_memory.go
Line 217 in 5f30c46
I think the problem is if len(matches) < 1.5 we end up rounding down to 0 which causes a problem.
The text was updated successfully, but these errors were encountered: