-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
subset function cause corruption using 2.3.2 #2744
Comments
which code version you used? |
2.3.2 |
I mean the git commit id, as we didn't officially release 2.3.2 yet. |
Thanks, I will investigate that. BTW, could you provide the example that can cause corruption? As I didn't see corruption before, it will be helpful for debugging. |
pls use attached files below.
I though it might be related to the reference. If no ref, it wont crash. |
is "test_ref.bin" generated by the same code version? |
same version for sure |
I have updated to version 2.3.2. During dataset construction, espectially when I use the function
dataset.subset
, It caused corruption occasionally. Corruptions not happened every time, but mostly on small datasets(less than 50k samples).also,
dataset.add_features_from
caused corruptions at the same time.Any idea on that?
The text was updated successfully, but these errors were encountered: