You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
src/network_computation.h:17:10: fatal error: eigen_ridge.hpp: No such file or directory
#include "eigen_ridge.hpp"
^~~~~~~~~~~~~~~~~
compilation terminated.
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.
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
The text was updated successfully, but these errors were encountered: