rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
<heisenbuugGopiMT> Any idea why http://arma.sourceforge.net/docs.html is down?
<rcurtin[m]> maybe Conrad is doing a release now or something? if it persists for a little while you could send him an email to let him know perhaps
<heisenbuugGopiMT> Okay.
<heisenbuugGopiMT> @rcurtin @shrit:matrix.org All tests are passing.
<heisenbuugGopiMT> But somehow 1 test is failing in my system whereas it is not failing on CI I think.
<jonpsy[m]> Does anyone know much about Free Software Foundation Internship?
<RishabhGarg108Ri> @ryan:ratml.org can we make `XGBExactNumericSplit` and `SSELoss` friend classes? This will allow us to use its private members.
<RishabhGarg108Ri> But I am not sure if it allows us to modify those members or not.
<swaingotnochill[> <zoq[m]> "Do you think you can share the c" <- Sorry, I was sleeping at that time...
<swaingotnochill[> swaingotnochill[: The thing is model.Generator() works fine if I work around the same file where I defined the GAN network. But when I load the model, I can't use model.Generator() after loading it
<swaingotnochill[> swaingotnochill[: Let me take a look at the serialization...it might help
<swaingotnochill[> <swaingotnochill[> "Let me take a look at the serial" <- <https://gist.github.com/swaingotnochill/890ee6a17009324903240138545c94cf>
<swaingotnochill[> swaingotnochill[: Check this gist for the code..
<say4n[m]> <swaingotnochill[> "<https://gist.github.com/swaingo" <- Correct me if I am wrong but in line 65, don’t you need to pass the generator and the discriminator architectures as template parameters? According to my understanding the checkpoint that you load should only restore the weights for the models right? Or, do we also somehow serialise and save the architecture?
<swaingotnochill[> <say4n[m]> "Correct me if I am wrong but in..." <- That's one thing I am not sure about..In serialization, we do archive the parameters, generators and discriminators
<swaingotnochill[> swaingotnochill[: I am using
<swaingotnochill[> ```data.Save("model.bin", "ganMnist", gan);```
<swaingotnochill[> > <@_slack_mlpack_U01STCAKG9X:matrix.org> I am using
<swaingotnochill[> when i am saving the model
<swaingotnochill[> > ```data.Save("model.bin", "ganMnist", gan);```
<swaingotnochill[> swaingotnochill[: or should i use
<swaingotnochill[> ```SerializeObjectAll() to save the architechture...```
<Aakash-kaushikAa> Seems interesting, let me know if you find out something
<Aakash-kaushikAa> and i see that they also require some references, any clue about that ?
<heisenbuugGopiMT> * I have some doubts regarding the structure of the `LoadCSV` class.
<heisenbuugGopiMT> First to describe the current state
<heisenbuugGopiMT> ```class LoadCSV
<heisenbuugGopiMT> ```
<shrit[m]> heisenbuug (Gopi M Tatiraju): would you elaborate more on your question?
<heisenbuugGopiMT> Yea, I am editing the question actually.
<heisenbuugGopiMT> Also @shrit:matrix.org the failing tests are not due to the parser, right?
<heisenbuugGopiMT> I edited the `CMakeList.txt` in tests directory so that now it runs all the tests.
<shrit[m]> I would prefer that we do not change the public API part. However, for the private API part you can change the function name as you wish in order to make it easier for us to understand what is happening
<shrit[m]> Also I see two `GetMatrixSize()` here the other one can be removed
<heisenbuugGopiMT> Okay, I will see and let you know how we can modify a bit without changing public API.
<heisenbuugGopiMT> `GetMatrixSize` & `GetTransposeMatrixSize` are using `GetNonNumericMatSize`
<heisenbuugGopiMT> whereas
<heisenbuugGopiMT> For numeric parser we are using `GetMatSize`
<heisenbuugGopiMT> @shrit:matrix.org can we have a small meeting?
<shrit[m]> I will out in 10 minutes, sorry
<heisenbuugGopiMT> Oh, it's fine. Nothing important as such as. Let me know once you reviewed the code.
<heisenbuugGopiMT> I will check other things that we saved for later.
<heisenbuugGopiMT> * Oh, it's fine. Let me know once you reviewed the code.
<heisenbuugGopiMT> I will check other things that we saved for later.
<jonpsy[m]> > Seems interesting, let me know if you find out something
<jonpsy[m]> > and i see that they also require some references, any clue about that ?
<jonpsy[m]> * >
<jonpsy[m]> > and i see that they also require some references, any clue about that ?
<jonpsy[m]> Seems interesting, let me know if you find out something
<jonpsy[m]> Yeah I'm not very sure what am I supposed to do there. Most of its job is related to sysadmin, but one may choose for engineering task as well. Considering im in final year, Im not sure if its worth my time or not.
<zoq[m]> kartikdutt18 (kartikdutt18): test
<kartikdutt18kart> Hi
<zoq[m]> > <@_slack_mlpack_U01STCAKG9X:matrix.org> ```SerializeObjectAll()```
<zoq[m]> > to save the architecture...
<zoq[m]> I think we solved the issue in the call?