ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
soonmok has joined #mlpack
mgsats has joined #mlpack
mgsats has quit [Client Quit]
Tanvi has joined #mlpack
caiojcarvalho has joined #mlpack
Tanvi has quit [Ping timeout: 256 seconds]
picklerick has joined #mlpack
picklerick has quit [Read error: Connection reset by peer]
picklerick has joined #mlpack
caiojcarvalho has quit [Ping timeout: 268 seconds]
KimSangYeon-DGU has joined #mlpack
soonmok has quit [Remote host closed the connection]
tesseract28 has joined #mlpack
soonmok has joined #mlpack
< tesseract28>
Hello people
< tesseract28>
I am trying to build mlpack on Mac using a conda environment
< tesseract28>
Having trouble trying to link conda armadillo installation to cmake config
< tesseract28>
CMake Error at CMake/FindArmadillo.cmake:326 (message): ARMADILLO_INCLUDE_DIR-NOTFOUND/armadillo_bits/config.hpp not found! Cannot determine what to link against.
< tesseract28>
^ any help would bee appreciated!
< rcurtin>
tesseract28: when you are configuring mlpack with CMake, try setting ARMADILLO_INCLUDE_DIR and ARMADILLO_LIBRARY
< rcurtin>
(where you put whatever the appropriate paths are in place of the placeholders I wrote, of course :))
< rcurtin>
KimSangYeon-DGU: I think I figured out the IRC log issue! the GNU 'date' command changed default behavior to print am/pm instead of 24 hour times and this appears to have caused the problem
< rcurtin>
I'll see if my fix works tomorrow :)
< picklerick>
hello rcurtin i was seeing through the open issue#1565 and i read through the comments and following that up i looked up issue#1582 and read kmeans_main.cpp should i follow up the steps that are done in #1582
< picklerick>
to see where the inconsistency lies or error is coming . ?
< rcurtin>
picklerick: I think #1616 would be a much better PR to look at for an idea. I left very many comments in #1582 because it changed a lot of things that did not make sense to change
< rcurtin>
#1616 only does logistic_regression but there are some others that you could consider also
< rcurtin>
thanks for looking into it! I am headed to bed now, back later
< tesseract28>
rcurtin thanks! atleast the cmake is configured, onto build now!
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
< tesseract28>
So the build has failed with this error
< tesseract28>
In file included from /Users/tesseract28/anaconda3/pkgs/armadillo-9.200.4-blas_openblash25ba8c5_1203/include/armadillo:88:0, from /Users/tesseract28/Documents/mlpack-3.0.4/src/mlpack/core/arma_extend/arma_extend.hpp:52, from /Users/tesseract28/Documents/mlpack-3.0.4/src/mlpack/prereqs.hpp:108, from /Users/tesseract28/Documents/mlpack-3.0.4/build/src/mlpack/cotire/mlpack_CXX_prefix
KimSangYeon-DGU has joined #mlpack
< tesseract28>
Users/tesseract28/anaconda3/pkgs/armadillo-9.200.4-blas_openblash25ba8c5_1203/include/armadillo_bits/include_superlu.hpp:95:53: fatal error: /opt/anaconda1anaconda2anaconda3/include/supermatrix.h: No such file or directory #include ARMA_INCFILE_WRAP(ARMA_SLU_SUPERMATRIX_H) ^ compilation terminated.
< tesseract28>
Not quite sure how the wierd path '/opt/anaconda1anaconda2anaconda3/include/supermatrix.h' got generated
< KimSangYeon-DGU>
My Internet is disconnected.
< KimSangYeon-DGU>
rcurtin: Wow!! It' so glad for you to find the possible solution. :)
< KimSangYeon-DGU>
So respectful!!
< ShikharJ>
rcurtin: Do we still have a test machine like savannah online? I have a long weekend coming up, and among the things to get off in my to-do list is to finish up on CycleGAN PR, for which just some trial running and tweaking is remaining. I'll update the Ideas list then also, and take a look at places which are missing some love :)
tesseract28 has quit [Quit: Page closed]
tesseract28 has joined #mlpack
< KimSangYeon-DGU>
*I'm so glad
< KimSangYeon-DGU>
:)
govg has joined #mlpack
tesseract28 has quit [Quit: Page closed]
govg has quit [Ping timeout: 268 seconds]
govg has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 245 seconds]
< picklerick>
In file included from /home/whoopitydoop/mlpack-3.0.3/src/mlpack/tests/main_tests/logistic_regression_test.cpp:19:0:
< picklerick>
/home/whoopitydoop/mlpack-3.0.3/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp:18:10: fatal error: ensmallen.hpp: No such file or directory
< picklerick>
#include <ensmallen.hpp>
< picklerick>
^~~~~~~~~~~~~~~
< picklerick>
guys this is the error i am getting does this means i have to install the header of ensmallen and if so then how ??
soonmok has joined #mlpack
< KimSangYeon-DGU>
picklerick: You can build the ensmallen from the source code
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
Ishmeher has joined #mlpack
< Ishmeher>
Hi
soonmok has joined #mlpack
picklerick has joined #mlpack
< Ishmeher>
I am relatively new to open-source and would want to work on the idea of implementing the Deep Learning Modules. Can someone suggest me where to start from?
< picklerick>
/home/whoopitydoop/mlpack-3.0.3/src/mlpack/methods/kmeans/kmeans_main.cpp:31:1: error: ‘PROGRAM_INFO’ does not name a type
< picklerick>
PROGRAM_INFO("K-Means Clustering",
< picklerick>
what could be the issue ??
picklerick has quit [Read error: Connection reset by peer]
KimSangYeon-DGU has quit [Quit: Page closed]
KimSangYeon-DGU has joined #mlpack
KimSangYeon-DGU has quit [Client Quit]
< rcurtin>
picklerick: try using mlpack 3.0.4, 3.0.3 is an older version
srivathsa has joined #mlpack
srivathsa has quit [Ping timeout: 256 seconds]
srivathsa has joined #mlpack
srivathsa has quit [Ping timeout: 256 seconds]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 240 seconds]
tesseract28 has joined #mlpack
< rcurtin>
ShikharJ: savannah is still online, feel free to use it
< rcurtin>
tesseract28: I saw your messages from earlier, that is a strange path that got generated for sure
< tesseract28>
Hello all, just re-iterating my issue. I am trying to build mlpack on Mac using a conda environment. The build fails with the following error.
< rcurtin>
do you want to open an issue on Github? the output of cmake when you configure mlpack would be helpful too
< tesseract28>
Hmm, yea
< rcurtin>
I'm suspecting that the CMake file CMake/FindArmadillo.cmake is somehow generating weird paths
< tesseract28>
Sure, will do right now.
< rcurtin>
thanks
< rcurtin>
I'm traveling tomorrow and over the weekend so I may not be able to look into it soon, but maybe someone else will have some ideas
< tesseract28>
Sure! I ll try on a linux server in the meantime. But it would be nice to have to up and running on my own machine.
soonmok has joined #mlpack
< rcurtin>
definitely agreed
< rcurtin>
I don't know how many people have built mlpack in a conda environment, so there may be a bug or two in the CMake configuration to work out
< rcurtin>
CMake is a nice tool, but it's very hard to make it bulletproof :)
< tesseract28>
Haha, I am not very well versed with using cmake. Hopefully will understand it better with this issue..
< rcurtin>
tesseract28: just saw #1696, thanks for opening the issue
< tesseract28>
So I have opened issue #1696.
< tesseract28>
rcurtin: No problem! Thanks for the prompt responses.
< rcurtin>
sure, happy to help out
caiojcarvalho has joined #mlpack
tesseract28 has quit [Quit: Page closed]
caiojcarvalho has quit [Ping timeout: 268 seconds]
Ishmeher has joined #mlpack
soonmok has quit [Remote host closed the connection]
tan_ has joined #mlpack
tan_ is now known as Guest1438
Guest1438 has quit [Ping timeout: 256 seconds]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 240 seconds]
kassel has joined #mlpack
< kassel>
hey, will you participate in gsoc this year?
kassel has quit [Quit: Page closed]
Ishmeher has quit [Quit: Page closed]
< rcurtin>
kassel: our intention is to, yes
picklerick has joined #mlpack
< picklerick>
command for running the individual test suite for kmeans in mlpack
< picklerick>
unknown location(0): fatal error: in "DecisionTreeMainTest/DecisionRegularisationTest": memory access violation at address: 0x00000000: no mapping at fault address
< picklerick>
/home/whoopitydoop/mlpack-3.0.4/src/mlpack/tests/main_tests/decision_tree_test.cpp(202): last checkpoint: "DecisionRegularisationTest" test entry
< picklerick>
*** 1 failure is detected in the test module "mlpackTest"
< picklerick>
zoq so if i wanted to run test individually like for knn it is bin/mlpack-t knnTest how does this change for others?
< picklerick>
got it thanks for guiding me
< zoq>
great, just search for BOOST_AUTO_TEST_SUITE to get the test suite name and BOOST_AUTO_TEST_CASE for the test case.
< zoq>
or bin/mlpack_test --list_content
< zoq>
should list every test
< rcurtin>
nice, I didn't know about --list_content
< picklerick>
@rcurtin i did the changes in kmeans as were done in logistic regression test cases are running fine too how to check the bindings for renamed parameters and options
< picklerick>
regarding issue #1565
picklerick has quit [Quit: WeeChat 2.3]
< ShikharJ>
rcurtin: Yeah, about that. I made a rather stupid blunder. I formatted my system, without saving the login credentials and the ssh key :/
< zoq>
ShikharJ: I can add your ssh key if that helps.
< rcurtin>
picklerick: but it doesn't make any sense to make this change for k-means, because the output of k-means isn't predictions
< rcurtin>
we should only make this change for classifiers