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

Compiling Sherlock #5

Open
wu-haoze opened this issue May 18, 2020 · 2 comments
Open

Compiling Sherlock #5

wu-haoze opened this issue May 18, 2020 · 2 comments

Comments

@wu-haoze
Copy link

Hi,

I'm trying to use Sherlock to analyze some Neural Neworks. When I cloned the repo, it seems that eigen_file directory is empty, and calling make fails consequently. I'm writing to ask whether I'm missing something?

Best wishes,
Haoze

@wu-haoze
Copy link
Author

Here is the error message I get btw:

src/network_computation.h:17:10: fatal error: eigen_ridge.hpp: No such file or directory
#include "eigen_ridge.hpp"
^~~~~~~~~~~~~~~~~
compilation terminated.

@ufaqeeh
Copy link

ufaqeeh commented Jun 24, 2020

Hi anwu1219

you need to add the file manually from this link:
link to eigen_ridge.hpp
then place this file at location "sherlock-master/src/"

This will help fixing the issue.

Here is the error message I get btw:

src/network_computation.h:17:10: fatal error: eigen_ridge.hpp: No such file or directory
#include "eigen_ridge.hpp"
^~~~~~~~~~~~~~~~~
compilation terminated.

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

2 participants