Search found 8 matches

by fvadillo
Tue Jan 17, 2017 6:50 am
Forum: SMILE
Topic: Segmentation Fault when doing UpdateBeliefs
Replies: 13
Views: 10233

Re: Segmentation Fault when doing UpdateBeliefs

I just tried it and it works perfectly. Thank you so so much for your help!
by fvadillo
Fri Jan 13, 2017 12:11 am
Forum: SMILE
Topic: Segmentation Fault when doing UpdateBeliefs
Replies: 13
Views: 10233

Re: Segmentation Fault when doing UpdateBeliefs

I really appreciate all the investigation and work you did to try to help me solve this issue. Unfortunately, it seems I cannot upgrade to gcc 5.4.0. I am adding SMILE to a project that is pretty big and complex. I successfully updated to 16.04 and made the project compile but the runtime errors wer...
by fvadillo
Thu Jan 12, 2017 6:40 am
Forum: SMILE
Topic: Segmentation Fault when doing UpdateBeliefs
Replies: 13
Views: 10233

Re: Segmentation Fault when doing UpdateBeliefs

After upgrading to 16.04, the rest of the project (which is huge) started giving me compiler errors. I was able to correct them but now I'm running into runtime errors which have been much harder to track down. I'll try to debug it more tomorrow. If I can't get my project to run, I'll try to downgra...
by fvadillo
Wed Jan 11, 2017 11:22 pm
Forum: SMILE
Topic: Segmentation Fault when doing UpdateBeliefs
Replies: 13
Views: 10233

Re: Segmentation Fault when doing UpdateBeliefs

That would be awesome. I'm attempting to perform the update now.
by fvadillo
Wed Jan 11, 2017 10:08 pm
Forum: SMILE
Topic: Segmentation Fault when doing UpdateBeliefs
Replies: 13
Views: 10233

Re: Segmentation Fault when doing UpdateBeliefs

gcc 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
Ubuntu 14.04.2 LTS

Thank you.
by fvadillo
Wed Jan 11, 2017 7:54 pm
Forum: SMILE
Topic: Segmentation Fault when doing UpdateBeliefs
Replies: 13
Views: 10233

Re: Segmentation Fault when doing UpdateBeliefs

Thank you SO much for the quick reply shooltz. Sent you a PM with the network and source code. The PM showed up in my outbox but it now seems to be gone. Please let me know if you got it. Thank you again!
by fvadillo
Wed Jan 11, 2017 8:05 am
Forum: SMILE
Topic: Segmentation Fault when doing UpdateBeliefs
Replies: 13
Views: 10233

Re: Segmentation Fault when doing UpdateBeliefs

Update : I changed the default algorithm to be DSL_ALG_BN_HENRION and the segmentation fault is not being hit. However I found a different issue. When using the exact same evidence, Windows consistently returns 0.75 as the probability I'm evaluating. On Linux, exact same code, exact same XDSL, exac...
by fvadillo
Wed Jan 11, 2017 6:57 am
Forum: SMILE
Topic: Segmentation Fault when doing UpdateBeliefs
Replies: 13
Views: 10233

Segmentation Fault when doing UpdateBeliefs

Hello, I started working with SMILE a couple of months ago. I implemented some learning and inference using Visual Studio and it had all been working fine. However, I recently had the need to do inference in Linux (Ubuntu) so I ported my code from Windows (which was basically a copy/paste) and used ...