2018-11-12 22:39
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/
03:54
<
jenkins-mlpack2 >
Yippee, build fixed!
06:51
<
hemal[m] >
@rcurtin:matrix.org , could you have a look at #2344 ...
07:30
ImQ009 has joined #mlpack
10:54
KoushikSahu has joined #mlpack
10:55
<
KoushikSahu >
Hello everyone. I am building mlpack from source and I am facing some errors. The cmake worked and gave this output:
10:56
<
KoushikSahu >
-- cotire 1.7.10 loaded.
10:56
<
KoushikSahu >
-- Boost version: 1.67.0
10:56
<
KoushikSahu >
-- Found the following Boost libraries:
10:56
<
KoushikSahu >
-- program_options
10:56
<
KoushikSahu >
-- unit_test_framework
10:56
<
KoushikSahu >
-- serialization
10:56
<
KoushikSahu >
-- gitversion.hpp is already up to date.
10:56
<
KoushikSahu >
CMake Warning at CMakeLists.txt:583 (message):
10:56
<
KoushikSahu >
txt2man not found; man pages will not be generated.
10:56
<
KoushikSahu >
-- Julia not found (missing: JULIA_EXECUTABLE) (Required is at least version "1.3.0")
10:56
<
KoushikSahu >
-- Not building Markdown bindings.
10:56
<
KoushikSahu >
-- Found Python: /home/koushik/Software/miniconda3/bin/python
10:56
<
KoushikSahu >
-- Could NOT find PY_Cython (missing: PY_CYTHON)
10:56
<
KoushikSahu >
-- Cython not found; not building Python bindings.
10:58
<
KoushikSahu >
I got this
10:58
<
KoushikSahu >
[ 1%] Updating gitversion.hpp (if necessary)
10:58
<
KoushikSahu >
-- Found Git: /usr/bin/git (found version "2.20.1")
10:58
<
KoushikSahu >
-- gitversion.hpp is already up to date.
10:58
<
KoushikSahu >
[ 1%] Built target mlpack_gitversion
10:58
<
KoushikSahu >
[ 1%] Updating arma_config.hpp (if necessary)
10:58
<
KoushikSahu >
-- Regenerating arma_config.hpp.
10:58
<
KoushikSahu >
[ 1%] Built target mlpack_arma_config
10:58
<
KoushikSahu >
Moving header files to include/mlpack/
10:58
<
KoushikSahu >
[ 1%] Built target mlpack_headers
10:58
<
KoushikSahu >
[ 2%] Generating mlpack.pc (pkg-config) file.
10:58
<
KoushikSahu >
[ 2%] Built target pkgconfig
10:58
<
KoushikSahu >
[ 2%] Building CXX precompiled header src/mlpack/cotire/mlpack_CXX_prefix.hxx.gch
10:58
<
KoushikSahu >
Scanning dependencies of target mlpack
10:58
<
KoushikSahu >
[ 2%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/bindings/cli/print_help.cpp.o
10:58
KoushikSahu has quit [Excess Flood]
11:00
KoushikSahu has joined #mlpack
11:23
KoushikSahu1 has joined #mlpack
11:24
KoushikSahu has quit [Read error: Connection reset by peer]
11:24
KoushikSahu1 is now known as KoushikSahu
11:25
<
zoq >
KoushikSahu: The message got cut off, can you use pastebin or something like that and post the link here?
11:29
<
zoq >
KoushikSahu: Let me comment on the issue.
11:31
<
KoushikSahu >
Sure, Thank you for your time!
11:54
KoushikSahu has quit [Quit: KoushikSahu]
12:08
KoushikSahu has joined #mlpack
12:31
<
KoushikSahu >
Hi, the earlier issue that I reported about building was solved. I have another doubt. I am new to open sourcing and want to start by trying out some "good first issue" label issues on this project. I want how I can make about changes the library source code get it reflected when I write a code and compile it in my IDE. Do I need to rebuild the library everytime I make any change in code?
12:32
<
zoq >
KoushikSahu: Yes, however on a second run it should only build the changes, unless you run 'make install'.
12:34
<
KoushikSahu >
Now I have the build at a particular directory in my computer. When I import the library do I need to type in the whole address of the library? Like #include <directory address/mlpack>?
12:37
<
zoq >
KoushikSahu: Make sure you set LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH, afterwards you can just use #include <mlpack/methods/...>
12:38
<
zoq >
tje last section should be helpful
12:44
KoushikSahu1 has joined #mlpack
12:46
KoushikSahu has quit [Ping timeout: 240 seconds]
12:46
KoushikSahu1 is now known as KoushikSahu
13:04
KoushikSahu has quit [Quit: KoushikSahu]
13:11
KoushikSahu has joined #mlpack
13:11
KoushikSahu has quit [Client Quit]
14:51
<
Param-29Gitter[m >
Hey @zoq , I tried this it still gives me the same error.
15:29
<
zoq >
Param-29Gitter[m: Maybe you can upload the notebook to github?
17:17
<
JoelJosephGitter >
isn't the softmax layer #2351 ready to be merged?
17:19
<
JoelJosephGitter >
i have used his layer for what i'm working on. i'm waiting for it to get merged so as to do a PR for my work
17:32
<
Param-29Gitter[m >
@zoq , yes I'll upload it on the PR.
20:04
ImQ009 has quit [Quit: Leaving]