We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: makeslice: len out of range goroutine 1 [running]: github.com/dmitryikh/leaves/internal/xgbin.ReadString(0x140000940c0) go/pkg/mod/github.com/dmitryikh/[email protected]/internal/xgbin/xgbin_io.go:176 +0x68 github.com/dmitryikh/leaves/internal/xgbin.ReadModelHeader(0x140000940c0) go/pkg/mod/github.com/dmitryikh/[email protected]/internal/xgbin/xgbin_io.go:230 +0x6c github.com/dmitryikh/leaves.XGEnsembleFromReader(0x140000940c0, 0x1) go/pkg/mod/github.com/dmitryikh/[email protected]/xgensemble_io.go:140 +0x40 github.com/dmitryikh/leaves.XGEnsembleFromFile({0x1026945ce?, 0x102605838?}, 0x1) go/pkg/mod/github.com/dmitryikh/[email protected]/xgensemble_io.go:259 +0x138 main.main() Documents/code/GoAI/main.go:98 +0x40 exit status 2
how can I fix the error
The text was updated successfully, but these errors were encountered:
try xgb 0.90, and no json... #80
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: makeslice: len out of range
goroutine 1 [running]:
github.com/dmitryikh/leaves/internal/xgbin.ReadString(0x140000940c0)
go/pkg/mod/github.com/dmitryikh/[email protected]/internal/xgbin/xgbin_io.go:176 +0x68
github.com/dmitryikh/leaves/internal/xgbin.ReadModelHeader(0x140000940c0)
go/pkg/mod/github.com/dmitryikh/[email protected]/internal/xgbin/xgbin_io.go:230 +0x6c
github.com/dmitryikh/leaves.XGEnsembleFromReader(0x140000940c0, 0x1)
go/pkg/mod/github.com/dmitryikh/[email protected]/xgensemble_io.go:140 +0x40
github.com/dmitryikh/leaves.XGEnsembleFromFile({0x1026945ce?, 0x102605838?}, 0x1)
go/pkg/mod/github.com/dmitryikh/[email protected]/xgensemble_io.go:259 +0x138
main.main()
Documents/code/GoAI/main.go:98 +0x40
exit status 2
how can I fix the error
The text was updated successfully, but these errors were encountered: