-
Notifications
You must be signed in to change notification settings - Fork 308
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
train.cpp: error: reference to 'end' is ambiguous #19
Comments
I changed the variable names and got it compiled, but running ./train returned 'Segmentation faults'. |
You may check if the data location is correct? |
got the same ERROR on Mac, |
I also met the same ERROR on my Mac(Mojave) |
Still encountering this error on Mac, Apple LLVM version 10.0.0 (clang-1000.10.44.4). Changed variable names which resulted in a segmentation fault when running ./train I'm wondering if this implementation is compatible with Mac OS? |
train.cpp: error: reference to 'end' is ambiguous
error message appears when compile. Please take a look at the screenshot.
Environment: Mac
Apple LLVM version 8.1.0 (clang-802.0.42)
The text was updated successfully, but these errors were encountered: