-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
golearn/linear_models/liblinear.go
Line 65 in 82e59c8
return &Model{unsafe.Pointer(C.train(tmpCProb, tmpCParam))} |
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
Metadata
Metadata
Assignees
Labels
No labels