<p>I recently cloned the repository and tried to follow the build instructions given in README file and suggested by rcurtin to building with debug, profile = off, that will make the library execute faster for performance. I am compiling using the command 'cmake .. -DDEBUG=OFF -DPROFILE=OFF' and then installing by using 'sudo make install' in the build directory. Then, I run mlpack_test by ./mlpack_test -t FeedForwardNetworkTest and it fails. The error is</p>

<p>Running 3 test cases...<br>
[FATAL] Cannot open file 'thyroid_train.csv'. </p>

<p>unknown location(0): fatal error in "VanillaNetworkTest": std::runtime_error: fatal error; see Log::Fatal output<br>
[FATAL] Cannot open file 'thyroid_train.csv'. </p>

<p>unknown location(0): fatal error in "DropoutNetworkTest": std::runtime_error: fatal error; see Log::Fatal output<br>
[FATAL] Cannot open file 'thyroid_train.csv'. </p>

<p>unknown location(0): fatal error in "DropConnectNetworkTest": std::runtime_error: fatal error; see Log::Fatal output</p>

<p>*** 3 failures detected in test suite "mlpackTest"</p>

<p>I try running ./mlpack_test -t AllkNNTest and it fails aswell with a similar error.</p>

<p>Running 21 test cases...<br>
/home/ozair/programming/mlpack/src/mlpack/tests/allknn_test.cpp(666): fatal error in "DualTreeVsNaive1": Cannot load test dataset test_data_3_1000.csv!<br>
/home/ozair/programming/mlpack/src/mlpack/tests/allknn_test.cpp(700): fatal error in "DualTreeVsNaive2": Cannot load test dataset test_data_3_1000.csv!<br>
/home/ozair/programming/mlpack/src/mlpack/tests/allknn_test.cpp(735): fatal error in "SingleTreeVsNaive": Cannot load test dataset test_data_3_1000.csv!<br>
unknown location(0): fatal error in "DualCoverTreeTest": std::invalid_argument: requested value of k (5) is greater than the number of points in the reference set (0)<br>
/home/ozair/programming/mlpack/src/mlpack/tests/allknn_test.cpp(787): last checkpoint<br>
unknown location(0): fatal error in "DualBallTreeTest": std::invalid_argument: requested value of k (5) is greater than the number of points in the reference set (0)<br>
/home/ozair/programming/mlpack/src/mlpack/tests/allknn_test.cpp(858): last checkpoint</p>

<p>*** 5 failures detected in test suite "mlpackTest"</p>

<p>I was very hesitant to make a topic about this here because I think its a problem on my end. But I've been trying to compile and build this using the instructions given and all the data-set files actually do exist in the build folder. I tried changing file permissions of the build folder using chmod command and that didn't work and I am not an expert in linux, hence I don't know what I am doing wrong.</p>

<p>I tried asking for solution for this on the IRC channel for a couple days now and with no response, hence, I am making the topic here.</p>

<p>Regards.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/597">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFNrAWAV6-ODS58evnmEi0EF7St7Rks5px_FSgaJpZM4H56fX.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/597"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>