Search found 5 matches

by mbernste
Tue Jul 10, 2018 2:29 pm
Forum: SMILE
Topic: smile.SMILEException: SMILE error -43 in function UpdateBeliefs. Logged information: All potential entries are zeros for
Replies: 5
Views: 6556

Re: smile.SMILEException: SMILE error -43 in function UpdateBeliefs. Logged information: All potential entries are zeros

Unfortunately, no I cannot change the structure of the network nor the target nodes. Are the probabilities implemented as log-probabilities (in log space)? If so, I am surprised at the loss of precision. Thanks for your help.
by mbernste
Sun Jul 08, 2018 3:57 pm
Forum: SMILE
Topic: smile.SMILEException: SMILE error -43 in function UpdateBeliefs. Logged information: All potential entries are zeros for
Replies: 5
Views: 6556

Re: smile.SMILEException: SMILE error -43 in function UpdateBeliefs. Logged information: All potential entries are zeros

Thank you very much for your help. How would you like me to send you the files? I tried to attach the files in a private message within this web forum, but the Bayesian network file is too large.
by mbernste
Sun Jul 08, 2018 3:49 pm
Forum: SMILE
Topic: Issue importing pysmile: "undefined symbol: PyUnicodeUCS4_FromStringAndSize"
Replies: 3
Views: 5555

Re: Issue importing pysmile: "undefined symbol: PyUnicodeUCS4_FromStringAndSize"

Thank you for your help. My specs are as follows:

1. Scientific Linux
2. Python 2.7.9
3. The output of "print sys.maxunicode": 65535
by mbernste
Mon Jul 02, 2018 8:58 pm
Forum: SMILE
Topic: smile.SMILEException: SMILE error -43 in function UpdateBeliefs. Logged information: All potential entries are zeros for
Replies: 5
Views: 6556

smile.SMILEException: SMILE error -43 in function UpdateBeliefs. Logged information: All potential entries are zeros for

I am running inference on a Bayesian Network and am receiving the error: smile.SMILEException: SMILE error -43 in function UpdateBeliefs. Logged information: All potential entries are zeros for node... From reading this forum, it appears that this could be due to either conflicting evidence or a lac...
by mbernste
Mon Jul 02, 2018 4:01 pm
Forum: SMILE
Topic: Issue importing pysmile: "undefined symbol: PyUnicodeUCS4_FromStringAndSize"
Replies: 3
Views: 5555

Issue importing pysmile: "undefined symbol: PyUnicodeUCS4_FromStringAndSize"

Hi, When I import pysmile, I get the following error: undefined symbol: PyUnicodeUCS4_FromStringAndSize From my understanding, this is due to a mismatch between the compiled pysmile.so file and my python build in the number of bits used to store unicode characters. Is there a build of pysmile that u...