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/
< AnushKiniGitter[>
Happy Ney Year to everyone!
< AnushKiniGitter[>
(edited) Happy Ney Year ... => Happy New Year ...
< NippunSharmaGitt>
Happy new year!
< AyushSingh[m]>
Happy New Year everyone!!
< RishabhGarg108Gi>
Happy New Year!!
< iamarchit123Gitt>
Hppy new year all
< rcurtin[m]>
happy new year! hopefully 2021 will be an improvement over 2020 😀
T5 has joined #mlpack
T5 has quit [Remote host closed the connection]
< GauravGhati[m]>
Happy new year everyone 🙂
< abernauer[m]>
Happy new year everyone!
< _slack_mlpack_U0>
Happy New Year everyone 🎉🎆
ImQ009 has joined #mlpack
< EshitabhargavaGi>
Happy New Year everyone :)
pruthvirajjadhav has joined #mlpack
< pruthvirajjadhav>
i had a question im new to opens source i can see the code from github but how to see a specific project compiled
< iamarchit123Gitt>
@AvikantSrivastava ran into your linker issue today i think you forgot to keep main.cpp while building for mlpack_test
< iamarchit123Gitt>
While removing tests remove eeverything from executable apart from testyou want to keep and main.cpp as it has the main function
< Anmol2001Gitter[>
Hi all! .. Why we cannot do " make mlpack_ann " in making individual components?
< zoq>
Anmol2001Gitter[: We can only build individual executables, since there is no executables for the network (ann) code there is no make mlpack_ann.