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/
Valliappan_CAGit has quit [Ping timeout: 240 seconds]
VedantaJha[m] has quit [Ping timeout: 240 seconds]
Gulshan[m] has quit [Ping timeout: 240 seconds]
FranchisNSaikia[ has quit [Ping timeout: 240 seconds]
Valliappan_CAGit has joined #mlpack
Eddie-XiaoGitter has quit [Ping timeout: 272 seconds]
DirkEddelbuette4 has quit [Ping timeout: 240 seconds]
TejasviGuptaGitt has quit [Ping timeout: 240 seconds]
NippunSharmaGitt has quit [Ping timeout: 240 seconds]
RohitKartikGitte has quit [Ping timeout: 244 seconds]
dkipke[m] has quit [Ping timeout: 244 seconds]
AmeetKumarRanaGi has quit [Ping timeout: 244 seconds]
KumarArnav[m] has quit [Ping timeout: 244 seconds]
Gulshan[m] has joined #mlpack
FranchisNSaikia[ has joined #mlpack
VedantaJha[m] has joined #mlpack
Eddie-XiaoGitter has joined #mlpack
DirkEddelbuette4 has joined #mlpack
birm[m] has quit [Ping timeout: 240 seconds]
jacob-earleGitte has quit [Ping timeout: 240 seconds]
GauravGhati[m] has quit [Ping timeout: 240 seconds]
AlexNguyenGitter has quit [Ping timeout: 240 seconds]
Kaushalc64[m] has quit [Ping timeout: 240 seconds]
TrinhNgo[m] has quit [Ping timeout: 240 seconds]
SirishGitter[m] has quit [Ping timeout: 240 seconds]
SoumyadipSarkar[ has quit [Ping timeout: 240 seconds]
_slack_mlpack_25 has quit [Ping timeout: 240 seconds]
tobelegitGitter[ has quit [Ping timeout: 240 seconds]
sailor[m] has quit [Ping timeout: 240 seconds]
sdev_7211[m] has quit [Ping timeout: 272 seconds]
NippunSharmaGitt has joined #mlpack
siddhant_jain[m] has quit [Ping timeout: 244 seconds]
MohomedShalik[m] has quit [Ping timeout: 244 seconds]
FrancoisBerrierG has quit [Ping timeout: 244 seconds]
EL-SHREIFGitter[ has quit [Ping timeout: 244 seconds]
khimrajGitter[m] has quit [Ping timeout: 244 seconds]
NitishChaturvedi has quit [Ping timeout: 244 seconds]
PulkitgeraGitter has quit [Ping timeout: 244 seconds]
Prometheus[m] has quit [Ping timeout: 240 seconds]
JatoJoseph[m] has quit [Ping timeout: 258 seconds]
pranav-mscGitter has quit [Ping timeout: 258 seconds]
gitter-badgerThe has quit [Ping timeout: 258 seconds]
MostafaNabiehGit has quit [Ping timeout: 258 seconds]
rishishounakGitt has quit [Ping timeout: 258 seconds]
Saksham[m] has quit [Ping timeout: 258 seconds]
_slack_mlpack_52 has quit [Ping timeout: 258 seconds]
DirkEddelbuettel has quit [Ping timeout: 258 seconds]
_slack_mlpack_19 has quit [Ping timeout: 258 seconds]
jonpsy[m] has quit [Ping timeout: 258 seconds]
turska79Gitter[m has quit [Ping timeout: 272 seconds]
< jeffin143[m]>
Until and unless you approve we can't merge
< jeffin143[m]>
Since you wanted to change
< shrit[m]>
@ryan, if you now the reason why the error is caused please let me know, I was able to produce the issue too, but I do not know where it is comming from. Thus, I thought it is related to tree issue
ImQ009 has joined #mlpack
< shrit[m]>
rcurtin: It seems that the dynamic linked binaries are passing the test
< shrit[m]>
While the cross compiled statically linked one are not passing
< shrit[m]>
Here is the output from GDB:
< rcurtin[m]1>
sorry about that jeffin143 , done now :)
< rcurtin[m]1>
shrit: that is very weird that the test passes fine when dynamically linking... it would be a lot of output, but maybe you can instrument the dual-tree recursion itself? I can try and find some time but it would likely be tomorrow. basically you could add some information about when `BaseCase()` is called and when `Score()` is called (e.g. you could print the query and reference indices for `BaseCase()`, and print the
< rcurtin[m]1>
query node first point index and number of points as well as the same information for the reference node in `Score()`)
< shrit[m]>
I will add more debugging information in both side and compare them and see what is happening
< rcurtin[m]1>
yes, it is definitely worth seeing if the recursion is different when dynamically linked vs. statically linked
< rcurtin[m]1>
(you might want to hardcode a random seed)
< turska79Gitter[m>
I have been doing snake game with mlpack every now and then for learning purposes, but now im a bit stuck. I have based my stuff on bipedal walker example, but my snake doesnt seem to be learning or improvint itself at all. (Im not using any training data for it)
< turska79Gitter[m>
Now it seems to be running up and to wall with few turns on every game. So my code must have issues somewhere either with environment or how i confgure and use network.
< turska79Gitter[m>
So any hints and/or tips would be much appreciated