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/
agobin has quit [Quit: Connection closed for inactivity]
mrbean1 has joined #mlpack
mrbean has quit [Ping timeout: 252 seconds]
mrbean has joined #mlpack
mrbean1 has quit [Ping timeout: 240 seconds]
wasiq has quit [Ping timeout: 276 seconds]
ftuesca has quit [Quit: Leaving]
chrishenx has joined #mlpack
Mathnerd314 has quit [Ping timeout: 244 seconds]
chrishenx has quit [Remote host closed the connection]
ranjan123 has joined #mlpack
< ranjan123>
rcurtin: you there ?
agobin has joined #mlpack
ranjan123_ has joined #mlpack
kirizaki has joined #mlpack
kirizaki has quit [Quit: Page closed]
agobin has quit [Ping timeout: 260 seconds]
agobin has joined #mlpack
tsathoggua has quit [Quit: Konversation terminated!]
ranjan123 has quit [Ping timeout: 250 seconds]
ranjan123 has joined #mlpack
ranjan123 has quit [Ping timeout: 250 seconds]
Bartek has joined #mlpack
Bartek has quit [Ping timeout: 260 seconds]
Bartek has joined #mlpack
KeonKim has joined #mlpack
wasiq has joined #mlpack
wasiq has quit [Remote host closed the connection]
wasiq has joined #mlpack
Bartek has quit [Ping timeout: 260 seconds]
agobin has quit [Quit: Connection closed for inactivity]
virtualgod has joined #mlpack
christie has joined #mlpack
ranjan123 has joined #mlpack
uzipaz has joined #mlpack
chick_ has joined #mlpack
chick_ has left #mlpack []
rebeka has joined #mlpack
KeonKim has quit [Ping timeout: 276 seconds]
decltypeme has quit [Ping timeout: 276 seconds]
Bartek has joined #mlpack
< uzipaz>
any mentors around right now?
ftuesca has joined #mlpack
< uzipaz>
FeedForwardNetworkTest is failing, im getting unknown_location fatal error on loading thyroid_train.csv
< uzipaz>
All tests programs that load dataset into memory are failing due to not being able to read the datasets
< ranjan123>
I think all the montors are tired of replying ! I haven't got any reply from last 3 days. :P
< uzipaz>
that is sad, I wanted to use the library on a dataset but I just wanted to make sure the library is installed and configured properly, the tests are failing on a seemingly trivial problem, I've been trying to fix this for days to no avail
rebeka has quit [Quit: Page closed]
< ranjan123>
hmmm
< ranjan123>
bw . where r you from ?
< ranjan123>
*btw
< wasiq>
Its probably easter where they live and they need a break so give them time.They WILL reply eventually.
< ranjan123>
hmm. :D
< ranjan123>
hi wasiq
< ranjan123>
let us talk something different from gsoc
< ranjan123>
:S
< ranjan123>
I guess nobody has time for that .. :(
Bartek has quit [Ping timeout: 260 seconds]
Bartek has joined #mlpack
uzipaz has quit [Quit: Page closed]
ranjan123 has quit [Quit: Page closed]
Mathnerd314 has joined #mlpack
Bartek has quit [Ping timeout: 248 seconds]
Bartek has joined #mlpack
ranjan123 has joined #mlpack
< zoq>
wasiq: Hello, I guess if you use the build directory as root directory it should work: bin/mlpack_test -t FeedForwardNetworkTest instead of mlpack_test -t FeedForwardNetworkTest
virtualgod has quit [Quit: Connection closed for inactivity]
Bartek has quit [Ping timeout: 264 seconds]
< wasiq>
ranjan123, Sure.But by unsaid IRC rules you cant expect an immediate reply. You should be looking at facebook or omegle for long deep conversations.
< zoq>
wasiq: Let me now if this helps.
< zoq>
wasiq: ah wrong username, sorray
Bartek has joined #mlpack
< ranjan123>
got it! zoq . :-|
Bartek has quit [Ping timeout: 250 seconds]
< ranjan123>
sorry for talking about some irrelevant things. I was not aware of that rules.
< ranjan123>
:)
< wasiq>
zoq, yup uzipaz left. He might come back later.
< wasiq>
ranjan123, Its alright :)
Bartek has joined #mlpack
Bartek has quit [Ping timeout: 264 seconds]
ank_95_ has joined #mlpack
< rcurtin>
ranjan123: wasiq: you guys are free to talk about whatever, it's okay :)
< rcurtin>
I am on vacation this week so I haven't been able to reply much
Nilabhra has joined #mlpack
tsathoggua has joined #mlpack
uzipaz has joined #mlpack
< wasiq>
ranjan123, then i have no issues with talking :) but i might not reply immediately sometimes.
< uzipaz>
Hello zoq, I am running the tests now and they work... it outputs only 'no errors detected'... just wanted to confirm that is it because I compiled with no debugging and profile?
< zoq>
uzipaz: Sounds great, you can complile with "cmake -D TEST_VERBOSE=ON" but unless you don't use Log::Debug anywhere you shouldn't get any results when running the tests.
Bartek has joined #mlpack
< uzipaz>
zoq: since I have the library compiled with -DDEBUG=OFF, -DPROFILE=OFF, if I am writing code using the library and I make some compile time/runtime errors, I will not get feedback from the compiler/program?
< uzipaz>
zoq: but anyway, thanks for answering my questions...
uzipaz has quit [Quit: Page closed]
Bartek has quit [Ping timeout: 244 seconds]
< zoq>
uzipaz: You get compile time/runtime errors even if you turn debug and profile off. If you build mlpack with DEBUG=ON you compile with debugging symbols and without any compiler optimization and if you build with PROFILE you get profiling symbols. If you don't use a debugger you should be fine.
christie has quit [Ping timeout: 250 seconds]
Bartek has joined #mlpack
Bartek has quit [Ping timeout: 276 seconds]
Bartek has joined #mlpack
agobin has joined #mlpack
tsathoggua has quit [Quit: Konversation terminated!]
< ranjan123>
zoq:
< ranjan123>
what is the use of Log::Info
< ranjan123>
?
< ranjan123>
How can see those msg with Log::Info ?
< ranjan123>
How can I see those msg with Log::Info ?
< rcurtin>
ranjan123: pass the --verbose option if it is a command-line program
< rcurtin>
(or -v)
< ranjan123>
do you mean this --> ./bin/mlpack_test -v -t SGDTest
< rcurtin>
oh, you are using the test... then run CMake with -DTEST_VERBOSE=ON
< ranjan123>
I dont see any --verbose option here -> ./bin/mlpack_test --help
< ranjan123>
ohh
< rcurtin>
you're right, the mlpack_test program doesn't use the same command-line parsing as the command-line mlpack programs
< rcurtin>
sorry for the confusion
< ranjan123>
Yes I did!
< rcurtin>
the tutorials should be updated to point out that the TEST_VERBOSE option exists
< rcurtin>
okay, and you are getting no [INFO ] output when you run the tests?
< ranjan123>
yes ! I am not getting any msg for Log::Info
< rcurtin>
okay
< rcurtin>
are the tests you are running outputting anything to Log::Info?
< ranjan123>
yes ! I am expected to get the msg
< rcurtin>
when you re-ran cmake, did you recompile the entire program?
< rcurtin>
I don't have time to debug your issue here
< rcurtin>
I am about to leave (like I said I am on vacation)
< ranjan123>
ok ok ! let me check again .
< ranjan123>
:)
< rcurtin>
try removing your build directory and recompiling... without digging deeper there is nothing I can suggest
< ranjan123>
hmmm
< ranjan123>
Thanks
< zoq>
ranjan123: Even if you build with TEST_VERBOSE=ON; you get only the Log::Debug output.
< zoq>
ranjan123: I'm not sure why you like to get the output from Log::Info when running a test, however, you could set 'mlpack::Log::Info.ignoreInput = false;' inside the test case, to get the output from Log::Info and 'mlpack::Log::Warn.ignoreInput = false;' to get the output from Log::Warn.
Bartek has quit [Quit: Leaving]
< ranjan123>
zoq: Now It is working, after using mlpack::Log::Info.ignoreInput = false
< ranjan123>
zoq: I Like to get those output for debuging purpose.
< ranjan123>
thanks!
< zoq>
ranjan123: ah okay, but you could also use Log::Debug << "message" << std::endl;
< ranjan123>
Then I have to compile it with -DDEBUG=ON
< ranjan123>
right ?
< ranjan123>
which will take lot of time
< ranjan123>
I guess
< zoq>
hm, I'm not sure it takes longer to build, but the test probably takes way more time in DEBUG mode.
< rcurtin>
ranjan123: sorry, I guess I misunderstood what TEST_VERBOSE did
< ranjan123>
zoq: hmmm.
< ranjan123>
rcurtin: Now it ok. :)
< ranjan123>
*is
ank_95_ has quit [Quit: Connection closed for inactivity]
Nilabhra has quit [Remote host closed the connection]