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/
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
UmarJ has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
UmarJ has quit [Ping timeout: 260 seconds]
project321 has joined #mlpack
project321 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
sn4rk has joined #mlpack
sn4rk has quit [Remote host closed the connection]
sysdef26 has joined #mlpack
sysdef26 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
avar4 has joined #mlpack
avar4 has quit [Remote host closed the connection]
gl has joined #mlpack
gl has quit [Remote host closed the connection]
bpalmer has joined #mlpack
bpalmer has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Volhard[m] has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
ideentwickler13 has joined #mlpack
ideentwickler13 has quit [Remote host closed the connection]
Exploter14 has joined #mlpack
Exploter14 has quit [Remote host closed the connection]
blahblah01 has joined #mlpack
blahblah01 has quit [Remote host closed the connection]
Volhard[m] has left #mlpack []
natim8712 has joined #mlpack
natim8712 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
ImQ009 has joined #mlpack
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
xthexder18 has joined #mlpack
xthexder18 has quit [Remote host closed the connection]
djanatyn_10 has joined #mlpack
djanatyn_10 has quit [Remote host closed the connection]
po||ux15 has joined #mlpack
po||ux15 has quit [Remote host closed the connection]
jrgilman9 has joined #mlpack
jrgilman9 has quit [Remote host closed the connection]
zigo16 has joined #mlpack
zigo16 has quit [Remote host closed the connection]
mjturek has joined #mlpack
mjturek has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
zhongfu_19 has joined #mlpack
zhongfu_19 has quit [Remote host closed the connection]
Krizze12 has joined #mlpack
Krizze12 has quit [Remote host closed the connection]
HarshVardhanKuma has quit [Ping timeout: 245 seconds]
HarshVardhanKuma has joined #mlpack
FamousEccles22 has joined #mlpack
FamousEccles22 has quit [Remote host closed the connection]
< heisenbuugGopiMT> The function declaration on line 118 seems same as line 155, is that for a reason?
< heisenbuugGopiMT> Also is it required to declare the all the possible template function definitions? and why so?
< heisenbuugGopiMT> The function declaration on line 118 seems same as line 155, is that for a reason?
< heisenbuugGopiMT> Also is it required to declare the all the possible template function definitions? and why so?
< heisenbuugGopiMT> The function declaration on line 118 seems same as line 155, is that for a reason?
< heisenbuugGopiMT> Also is it required to declare the all the possible template function definitions? and why so?
< heisenbuugGopiMT> The function declaration on line 118 seems same as line 155, is that for a reason? Should that be `SpMat` maybe?
< heisenbuugGopiMT> Also is it required to declare the all the possible template function definitions? and why so?
jeremy31 has joined #mlpack
jeremy31 is now known as Guest49636
Guest49636 has quit [Remote host closed the connection]
< ShahAnwaarKhalid> Hey zoq, did you get a chance to test the Inception V3 PR?
< ShahAnwaarKhalid> Also, looks like some checks are still failing in the InstanceNorm PR. I'm not sure why...
< rcurtin[m]> heisenbuug (Gopi M Tatiraju) these are those explicit template instantiations I was talking about in that big essay I wrote last week 😃
< rcurtin[m]> those basically just tell the compiler "this particular version does exist somewhere" (that's what the `extern` means)
< heisenbuugGopiMT> Yea, I got that. But why are those same on the specified lines...
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
UmarJ has joined #mlpack
< rcurtin[m]> oh! I'm really sorry, I didn't read the question correctly 🤦
< rcurtin[m]> maybe I should have slept in more today 😃
< rcurtin[m]> anyway, I looked at it... I think you are right that it should be `SpMat<int>` 👍️
< heisenbuugGopiMT> Okay, I will take care of it in some PR...
cgzones28 has joined #mlpack
cgzones28 has quit [Remote host closed the connection]
< heisenbuugGopiMT> Also another doubt, I am passing `MatType` now in `Load` fucntions, but there are still parts in the code where I need the type of arma::mat, how to access the type of mat from `MatType`?
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< shrit[m]> Which part of the function you are seeing this?
< shrit[m]> The user is going to use `arma::mat` when calling the `load`function
< shrit[m]> Yeah, I think it is a small bug in 155
UmarJ has quit [Ping timeout: 260 seconds]
< shrit[m]> rcurtin: Well, it seems now that the hard disk drive was happy dead inside consuming electricity, making us thinking as it was alive showing a hero behavior
< jonpsy[m]> <inserts BG:Staying Alive bgm>
Chromaryu24 has joined #mlpack
Chromaryu24 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
gandolf2 has joined #mlpack
mindlifter has joined #mlpack
gandolf2 has quit [Remote host closed the connection]
blazeme80 has joined #mlpack
blazeme80 has quit [Remote host closed the connection]
UmarJ has joined #mlpack
egilhh9 has joined #mlpack
egilhh9 has quit [Remote host closed the connection]
< rcurtin[m]> heisenbuug (Gopi M Tatiraju): if you need the internal type held by the `MatType`, you can use `typename MatType::elem_type` 👍️
Guest95901 has joined #mlpack
Guest95901 has quit [Remote host closed the connection]
Dragone2 has joined #mlpack
Dragone2 has quit [Remote host closed the connection]
sedbot has joined #mlpack
sedbot has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< rcurtin[m]> I haven't, let me do that today...
< zoq> great, thanks
< rcurtin[m]> ahh, I don't have a kaggle account... any chance you can get me the csv?
< zoq> Does that work?
< rcurtin[m]> perfect, thanks!
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
MichaelLong0 has joined #mlpack
MichaelLong0 has quit [Remote host closed the connection]
Ivan__83 has joined #mlpack
Ivan__83 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
AnanthS[m]4 has joined #mlpack
AnanthS[m]4 has quit [Remote host closed the connection]
Ferdirand has joined #mlpack
Ferdirand has quit [Remote host closed the connection]
< Aakash-kaushikAa> Hi, just a small doubt but where is the normal relu located in mlpack ?
< zoq> It's used by the base layer
primeos16 has joined #mlpack
primeos16 has quit [Remote host closed the connection]
< Aakash-kaushikAa> Ahh thanks i was going about finding relu all around and found a refernce for it in the layer_names files
< Aakash-kaushikAa> Great thanks 😃
< zoq> ShahAnwaarKhalid: I look into it today.
< zoq> ShahAnwaarKhalid: Left a comment about the build.
thorsten[m]24 has joined #mlpack
thorsten[m]24 has quit [Remote host closed the connection]
ImQ009 has quit [Quit: Leaving]
< heisenbuugGopiMT> I need to use `inf` and `-inf`.
< heisenbuugGopiMT> Should I use the once defined in
< heisenbuugGopiMT> `std::numeric_traits`?
< heisenbuugGopiMT> * I need to use `inf` and `-inf`
< heisenbuugGopiMT> Should I use the once defined in `std::numeric_traits`?
< heisenbuugGopiMT> And also `nan`
< heisenbuugGopiMT> * I need to use `inf` and `-inf`
< heisenbuugGopiMT> Should I use the one's defined in `std::numeric_traits`?
< heisenbuugGopiMT> And also `nan`
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< shrit[m]> I think it is fine to use these ones
< heisenbuugGopiMT> okay...
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< heisenbuugGopiMT> Should I replicate functions like [`is_real`](https://gitlab.com/conradsnicta/armadillo-code/-/blob/10.4.x/include/armadillo_bits/traits.hpp#L936)
< heisenbuugGopiMT> * What does [`is_real`](https://gitlab.com/conradsnicta/armadillo-code/-/blob/10.4.x/include/armadillo_bits/traits.hpp#L936) define? How should I replicate this behavior?
< jonpsy[m]> Looks like trait to see if the template arg is an float/double (and not complex)
koma24 has joined #mlpack
koma24 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< shrit[m]> exacly, I think there is on in C++ library
< shrit[m]> not sure
< heisenbuugGopiMT> Ohh, maybe I can use both [`std::is_integral`](https://en.cppreference.com/w/cpp/types/is_integral) and [`std::is_floating_point`](https://en.cppreference.com/w/cpp/types/is_floating_point) to replicate the same behaviour or maybe I can directly check if it's not complex then it will be real.
UmarJ has quit [Ping timeout: 258 seconds]
zertap10 has joined #mlpack
zertap10 has quit [Remote host closed the connection]
< shrit[m]> if it is not complex the it should be real,
< shrit[m]> then*
< shrit[m]> I can not see a third option
MrDetonia has joined #mlpack
MrDetonia has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
Delvien has joined #mlpack
Delvien has quit [Killed (Sigyn (Spam is off topic on freenode.))]