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

train.cpp: error: reference to 'end' is ambiguous #19

Open
sylviawangfr opened this issue Feb 19, 2018 · 5 comments
Open

train.cpp: error: reference to 'end' is ambiguous #19

sylviawangfr opened this issue Feb 19, 2018 · 5 comments

Comments

@sylviawangfr
Copy link

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)

screen shot 2018-02-19 at 20 03 16

@sylviawangfr
Copy link
Author

I changed the variable names and got it compiled, but running ./train returned 'Segmentation faults'.

@Mrlyk423
Copy link
Member

Mrlyk423 commented Mar 5, 2018

You may check if the data location is correct?

@bigrat911
Copy link

got the same ERROR on Mac,
Apple LLVM version 9.0.0 (clang-900.0.39.2)

@HuaYZhao
Copy link

HuaYZhao commented Apr 12, 2019

I also met the same ERROR on my Mac(Mojave)
changed variable names and compiled successfully, then broken in ./train with the same ERROR following @sylviawangfr
image

@yu-andy
Copy link

yu-andy commented Jul 29, 2020

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?

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

No branches or pull requests

5 participants