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/
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
witness_ has quit [Quit: Connection closed for inactivity]
ImQ009 has joined #mlpack
< Atharva> zoq: I used data::Save("vaeModel.xml", "vaeModel", vaeModel, false); But it gives an extremely verbose error message followed by collect2: error: ld returned 1 exit status.
< Atharva> Do you know of a reason this might happen, I just cannot figure out what the error message says, it's too long.
lozhnikov has quit [Quit: ZNC 1.7.0 - https://znc.in]
lozhnikov has joined #mlpack
< ShikharJ> zoq: Yes.
wenhao has joined #mlpack
< wenhao> lozhnikov, zoq, rcurtin: Hey guys! As I am traveling to Europe next week (from around 11th to 21th), I probably wouldn't have much time to work on mlpack during the trip. I will work extra time in the following weeks and I think I will be able to keep up my schedule. Is that alright?
wenhao has quit [Ping timeout: 252 seconds]
< ShikharJ> zoq: The test output seems largely unaffected for the latest changes, I'll get to figuring out why the test is failing. Might be because of the way we're doing resets and initializations.
witness_ has joined #mlpack
< lozhnikov> wenhao: As for me, it's ok provided that you are on schedule. So, just don't disappear and keep up the schedule. Have a nice trip!:)
< ShikharJ> zoq: Ah, I found the error within the test-case implementation. Pushing a fix in an hour.
< rcurtin> wenhao: no issue from my side, have a great trip! :)
< rcurtin> if you go somewhere cool, feel free to share a picture :)
< Atharva> rcurtin: I posted a doubt to zoq about 12 hours back. He seems to be away for the weekend. Do you know why that might happen?
< rcurtin> if it ends with "ld returned 1 exit status" it sounds like the linker didn't properly link
< rcurtin> are you writing some standalone C++ program and compiling with gcc? if so, my first guess is you need to link against boost serialization (add -lboost_serialization)
< rcurtin> you can take a look through the error message and look at the names of the unresolved symbols to try and guess the library that needs to be linked
< Atharva> Ohh, I didn't do that.
< rcurtin> my guess is it's lots of stuff like 'boost::serialization::...' that can't be linked
< Atharva> It worked, thanks! I will keep this in mind when I get such errors the next time.
< Atharva> It was the linking issue.
< rcurtin> sure, happy to help :)
vivekp has quit [Ping timeout: 256 seconds]
ImQ009 has quit [Quit: Leaving]