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

The SLIDE fail to execute #27

Open
juliusshufan opened this issue Mar 23, 2020 · 5 comments
Open

The SLIDE fail to execute #27

juliusshufan opened this issue Mar 23, 2020 · 5 comments

Comments

@juliusshufan
Copy link

juliusshufan commented Mar 23, 2020

I am trying to run the SLIDE (cpp implementation) per the steps in the readme, while with below configuration, is all failed, the platform I am using is a Xeon-SKX,

Configuration 1:
compile latest master code and run
./runme Config_amz.csv
new Network
Segmentation fault (core dumped)

Configuration 2:
Per description "You can also revert to the commit 2d10d46 to ignore the HugePages optmization and still use SLIDE (which could lead to a 30% slower performance).
run “git checkout 2d10d46” and run.
./runme Config_amz.csv
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 18446744073709551615) > this->size() (which is 0)
Aborted (core dumped)

Configuration 3:
Makefile code line 16 change to
OPT_FLAGS := -fno-strict-aliasing -g -O3 -fopenmp -march=skylake -mtune=intel -mavx2 -mavx512f
./runme Config_amz.csv
new Network
Segmentation fault (core dumped)

May I know if I did the right thing?

Thanks.

@xman
Copy link
Contributor

xman commented Mar 24, 2020

In the Config_amz.csv, you need to define the file paths for weight, savedweight, and logFile.

@tdas714
Copy link

tdas714 commented Feb 12, 2021

I have the same problem. It's getting killed by the CPU. How can I run this correctly?

@Eslam2011
Copy link

And me. It's getting Killed. please anyone solve this problem

@Eslam2011
Copy link

I have the same problem. It's getting killed by the CPU. How can I run this correctly?

Also me. Please tell me if you solved this problem

@Eslam2011
Copy link

@xman
Can you tell me where i can find weight and saveweight files in code, I can't find it.

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

4 participants