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
Line 21: - runtime error: cgo argument has Go pointer to Go pointer
goroutine 19 [running]:
panic(0x8bc2e0, 0xc000045a50)
D:/Go/src/runtime/panic.go:513 +0x1f4
github.com/sjwhitworth/golearn/linear_models.Train.func1(0xc00004bc20, 0xc0000e0ac0, 0x0)
D:/golang/src/github.com/sjwhitworth/golearn/linear_models/liblinear.go:65 +0x61
The text was updated successfully, but these errors were encountered:
golearn/linear_models/liblinear.go
Line 65 in 82e59c8
Line 21: - runtime error: cgo argument has Go pointer to Go pointer
goroutine 19 [running]:
panic(0x8bc2e0, 0xc000045a50)
D:/Go/src/runtime/panic.go:513 +0x1f4
github.com/sjwhitworth/golearn/linear_models.Train.func1(0xc00004bc20, 0xc0000e0ac0, 0x0)
D:/golang/src/github.com/sjwhitworth/golearn/linear_models/liblinear.go:65 +0x61
The text was updated successfully, but these errors were encountered: