verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
keonkim has joined #mlpack
evamy has joined #mlpack
evamy has quit [Client Quit]
govg has quit [Ping timeout: 248 seconds]
govg has joined #mlpack
gtank has quit [Ping timeout: 258 seconds]
gtank has joined #mlpack
s1998 has joined #mlpack
s1998 has quit [Ping timeout: 260 seconds]
s1998 has joined #mlpack
Kirizaki has joined #mlpack
< Kirizaki>
Hi
s1998 has left #mlpack []
s1998 has joined #mlpack
< zoq>
Kirizaki: Hello there!
< Kirizaki>
zoq, do You ever used DEBUG version of mlpack under WIN32?
< zoq>
I don't think so.
< Kirizaki>
ohh
< Kirizaki>
I have this issue, if I cmake with -DDEBUG and change a little CMakeLists to add_definitions(-DDEBUG) for MSVC, it is not building later on with DEBUG flag
< Kirizaki>
but if I, let's say FORCE this define DEBUG e.g. in core.hpp
< Kirizaki>
and link any program against mlpack.lib, I'm getting some weird error, that Log::Debug symbols couldn't be found in lib
< Kirizaki>
did ever had similar problem?
< zoq>
Not that I'm aware of. Did you add "add_definitions(-DDEBUG)" to the else case of the DEBUG/MSVC case (line 135) or just above the DEBUG check in line 129?
< Kirizaki>
I add it under IF (MSVC) line 283
< Kirizaki>
and set DEBUG flag in CMakeLists ON as default
< zoq>
Sounds good, I guess you tested that it's going into the MSVC case?
< Kirizaki>
and as I know, official MSDN visual studio debug flag is _DEBUG
< Kirizaki>
yes
< Kirizaki>
tested.. I mean, I just add some MESSAGE(STATUS "it's IN!") :P
< zoq>
yeah, okay
< Kirizaki>
and later, when I was building I had MSVC and DEBUG flag :P
< Kirizaki>
but, after I build mlpack.lib and link to my custom project
< Guest5346>
i know machine leaning a little bit, but i had no idea that people are implementing for C++
< Guest5346>
I used matlab and python instead of C++
< zoq>
Guest5346: Yeah, a lot of programmers are using "some language" (most likely Python) to express/evaluate the model. But in some cases the core isn't written in python or matlab e.g. the core of TensorFlow is written in C++/Cuda.
< Guest5346>
Tension folw??
< Guest5346>
i have no idea
< Guest5346>
what do you mean by the core of TensionFlow ??
< rcurtin>
Guest5346: https://www.tensorflow.org/ , it's Google's big new open-source library for deep learning
< rcurtin>
I guess maybe it's not new anymore, it's been out for a year or so now I think
< Guest5346>
ohh that's sound really interesting
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#1725 (master - 26ac0d3 : Marcus Edel): The build passed.