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
DillonKipke[m] has quit [Ping timeout: 265 seconds]
rcurtin[m] has quit [Ping timeout: 265 seconds]
Aakash-kaushikA4 has quit [Ping timeout: 265 seconds]
HimanshuPathak[m has quit [Ping timeout: 265 seconds]
MohomedShalik[m] has quit [Ping timeout: 265 seconds]
KrishnaSashank[m has quit [Ping timeout: 265 seconds]
liteYagimiOO9lit has quit [Ping timeout: 265 seconds]
AlexNguyen[m] has quit [Ping timeout: 265 seconds]
_slack_mlpack_24 has quit [Ping timeout: 265 seconds]
NitikJain[m] has quit [Ping timeout: 265 seconds]
GauravGhati[m] has quit [Ping timeout: 265 seconds]
ShahAnwaarKhalid has quit [Ping timeout: 265 seconds]
MatrixTravelerb4 has quit [Ping timeout: 265 seconds]
psydroid has quit [Ping timeout: 265 seconds]
ShivamShaurya[m] has quit [Ping timeout: 265 seconds]
_slack_mlpack_28 has quit [Ping timeout: 265 seconds]
jeffin143[m] has quit [Ping timeout: 265 seconds]
Amankumar[m] has quit [Ping timeout: 265 seconds]
AyushiJain[m] has quit [Ping timeout: 265 seconds]
MayankRaj[m] has quit [Ping timeout: 265 seconds]
OleksandrNikolsk has quit [Ping timeout: 265 seconds]
ronakypatel[m] has quit [Ping timeout: 265 seconds]
LolitaNazarov[m] has quit [Ping timeout: 265 seconds]
NamanJain[m] has quit [Ping timeout: 265 seconds]
_slack_mlpack_28 has joined #mlpack
psydroid has joined #mlpack
_slack_mlpack_24 has joined #mlpack
MatrixTravelerb4 has joined #mlpack
DillonKipke[m] has joined #mlpack
HimanshuPathak[m has joined #mlpack
Aakash-kaushikA4 has joined #mlpack
rcurtin[m] has joined #mlpack
MohomedShalik[m] has joined #mlpack
KrishnaSashank[m has joined #mlpack
NitikJain[m] has joined #mlpack
liteYagimiOO9lit has joined #mlpack
AlexNguyen[m] has joined #mlpack
ShahAnwaarKhalid has joined #mlpack
GauravGhati[m] has joined #mlpack
ShivamShaurya[m] has joined #mlpack
ronakypatel[m] has joined #mlpack
LolitaNazarov[m] has joined #mlpack
OleksandrNikolsk has joined #mlpack
Amankumar[m] has joined #mlpack
MayankRaj[m] has joined #mlpack
jeffin143[m] has joined #mlpack
NamanJain[m] has joined #mlpack
AyushiJain[m] has joined #mlpack
<RishabhGarg108Ri> Hey, how can we serialize an unnamed union using cereal? I have defined the following using in a class and I want to serialize it.... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/21a00cc0da44176bae5589f801be7dd25f8dc6a9)
texasmusicinstru has joined #mlpack
texasmusicinstru has quit [Remote host closed the connection]
texasmusicinstru has joined #mlpack
texasmusicinstru has quit [Remote host closed the connection]
texasmusicinstru has joined #mlpack
texasmusicinstru has quit [Read error: Connection reset by peer]
texasmusicinstru has joined #mlpack
<zoq[m]> I don't think cereal knows how to serialize a union. You would have to store some extra information in the class that defines how to restore the data. But maybe there is a way to avoid the union in the first place?
<zoq[m]> Like you would have to do the conversion in case of `cereal::is_loading<Archive>()`