Skip to content
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

assert()ion hit during training #51

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments
Open

assert()ion hit during training #51

GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

While training a QRF model, rf-ace dies with this assertion:

rf-ace: src/node.cpp:483: bool Node::regularSplitterSeek(TreeData*, size_t, 
const ForestOptions*, distributions::Random*, const std::vector<long unsigned 
int, std::allocator<long unsigned int> >&, size_t&, std::vector<Node, 
std::allocator<Node> >&, Node::SplitCac
he&): Assertion `splitCache.newSplitFeatureIdx != targetIdx' failed.

This happens with version rf-ace 1.2.5. The previous version (1.1.0) worked 
fine with the same configuration and the same training set.

This is on Debian Lenny / amd64, using the command-line tool.

Original issue reported on code.google.com by [email protected] on 30 Mar 2013 at 6:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant