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
We got exception of access violation in lib_lightgbm.dll
We use it in our Unit Test code. We can reproduce it in our environment.
LightGBM version or commit hash: tag v4.5.0
Command(s) you used to install LightGBM
We link this library into our code.
The call that got the exception is:
std::unique_ptrLightGBM::Boosting _boosting; _boosting->Predict(const double* features, double* output, const PredictionEarlyStopInstance* early_stop)
The text was updated successfully, but these errors were encountered:
The file is managed_app_corrupted_dotnet_header.exe
Sorry, something went wrong.
Thanks for using LightGBM.
You haven't provided enough information for anyone to investigate this.
lib_lightgbm.dll
No branches or pull requests
Description
We got exception of access violation in lib_lightgbm.dll
Reproducible example
We use it in our Unit Test code. We can reproduce it in our environment.
Environment info
LightGBM version or commit hash: tag v4.5.0
Command(s) you used to install LightGBM
We link this library into our code.
Additional Comments
The call that got the exception is:
std::unique_ptrLightGBM::Boosting _boosting;
_boosting->Predict(const double* features, double* output, const PredictionEarlyStopInstance* early_stop)
The text was updated successfully, but these errors were encountered: