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/
rcurtin has joined #mlpack
< rcurtin_> ok, turns out GRUB is happy but only once the RAID is finished rebuilding
< rcurtin_> updating DNS now to reset it to what it was before
rcurtin_ has quit [Remote host closed the connection]
< rcurtin> I also updated the number of executors for Jenkins on master to 6 (might go to 8 or 10 later?), and it has 128GB RAM now
ImQ009 has quit [Quit: Leaving]
< zoq> rcurtin: That reminds me of the "old" times.
< zoq> rcurtin: Or was that 256GB RAM?
< AakashkaushikGit> Hey, The depricated declaration warning when building mlpack about decision_stump is that a known issue and being worked on or is it just left there as it is just a warning ?
< AakashkaushikGit> (edited) ... The depricated declaration ... => ... The deprecated declaration ...
< zoq> AakashkaushikGit: So yeah the warning is intentional.
civdex has joined #mlpack
< civdex> hi
< civdex> I am trying to run the example code here: https://github.com/mlpack/examples/blob/master/mnist_cnn/mnist_cnn.cpp and I'm, unable to get it to run successfully
< civdex> An exception is thrown with the following details:
< civdex> Exception thrown at 0x00007FFFEEC912DE (vcruntime140.dll) in mnist_cnn.exe: 0xC0000005: Access violation reading location 0x0000019EFBC5B000.
< civdex> version of mlpack: 3.4.1
< civdex> Those are the dependencies I am using. I was originally using vcpkg as a library manager, which gave me the same error - not sure if that has anything to do with it