Search found 21 matches

by EAly
Tue Aug 15, 2023 11:04 am
Forum: SMILE
Topic: Problem installing pysmile in a conda environment
Replies: 1
Views: 1656

Problem installing pysmile in a conda environment

Hello, I'm having issues installing SMILE on a macOS. When I try to install it from the online repo using: python -m pip install --index-url https://support.bayesfusion.com/pysmile-A/ pysmile I get the following error: ERROR: Could not find a version that satisfies the requirement pysmile (from vers...
by EAly
Wed Jun 21, 2023 2:04 am
Forum: GeNIe
Topic: MSI setup available, recommended for macOS
Replies: 3
Views: 6525

Re: MSI setup available, recommended for macOS

Thanks Shooltz, works like a charm.
by EAly
Tue Jun 20, 2023 8:49 am
Forum: GeNIe
Topic: MSI setup available, recommended for macOS
Replies: 3
Views: 6525

Re: MSI setup available, recommended for macOS

Hello, I'm having trouble installing GeNIe 4.0 academic on macOS ventura 13.4. The available msi installer is -x86(32bit) which is not supported by macOS versions post 10.15 when I install this version and run wine64 genie.exe I get the following error: preloader: Warning: failed to reserve range 00...
by EAly
Sat Apr 03, 2021 7:38 am
Forum: SMILE
Topic: ImportError: DLL load failed while importing pysmile: the specified module could not be found
Replies: 6
Views: 9724

Re: ImportError: DLL load failed while importing pysmile: the specified module could not be found

Thanks for your reply Piotr,

I was actually able to solve the problem by removing the venv and recreate a new one, then reinstall pysmile.

Thanks again.
by EAly
Sat Mar 27, 2021 8:16 am
Forum: SMILE
Topic: ImportError: DLL load failed while importing pysmile: the specified module could not be found
Replies: 6
Views: 9724

Re: ImportError: DLL load failed while importing pysmile: the specified module could not be found

I didn't actually try to use PySMILE outside a venv (I prefer to make this option the very last resort, in the end, this is not a very pythonic practice). I checked the contents of the pyenv.cfg file and they are as follows: home = C:\Users\z5229837\AppData\Local\Programs\Python\Python39 include-sys...
by EAly
Thu Mar 25, 2021 2:06 pm
Forum: SMILE
Topic: ImportError: DLL load failed while importing pysmile: the specified module could not be found
Replies: 6
Views: 9724

Re: ImportError: DLL load failed while importing pysmile: the specified module could not be found

Hello, I'm facing the same problem while trying to install pysmile for a python 3.9 (not anaconda) I'm using a virutal environment and form within the environment I run the command: pip install --no-cache-dir --index-url https://support.bayesfusion.com/pysmile-A/ pysmile It successfully installs pys...
by EAly
Wed Dec 09, 2020 1:39 pm
Forum: SMILE
Topic: Error in SMILE while learning a network with Noisy-MAX node
Replies: 5
Views: 4699

Re: Error in SMILE while learning a network with Noisy-MAX node

Thanks for sharing this, appreciate your help.
by EAly
Sun Dec 06, 2020 9:22 am
Forum: SMILE
Topic: SMILE Error in EM.learn
Replies: 9
Views: 7135

Re: SMILE Error in EM.learn

Thanks for the reply Marek and for the interesting paper.
I'vr tried divorcing nodes as you suggested in an earlier reply and it worked very well, the network size now is around 3MB.
Thanks for your help again.
by EAly
Sun Dec 06, 2020 9:13 am
Forum: SMILE
Topic: Error in SMILE while learning a network with Noisy-MAX node
Replies: 5
Views: 4699

Re: Error in SMILE while learning a network with Noisy-MAX node

Hi Shooltz,

Thanks for your reply.
Sure, I would like to access the prerelease version. I'm using pysmile on windows 10 64bit.
Thanks again for your help.
by EAly
Thu Dec 03, 2020 10:57 am
Forum: SMILE
Topic: SMILE Error in EM.learn
Replies: 9
Views: 7135

Re: SMILE Error in EM.learn

Thanks Marek for your reply, I guess I've no option but to reside to approximate solutions, however I'm talking about parameters learning not structure learning as the structure of the network is fixed and known from expert opinion. What I meant is do parameters learning for parts of the network (su...
by EAly
Thu Dec 03, 2020 3:05 am
Forum: SMILE
Topic: SMILE Error in EM.learn
Replies: 9
Views: 7135

Re: SMILE Error in EM.learn

Hi Marek,

Thanks a lot for your reply and valuable comments.
I've a question though, is it possible to do partial learning of the network; i.e. divide the network into smaller networks, do the the learning for each sub-network, and then combine them together?

Thanks again for your help
by EAly
Wed Dec 02, 2020 2:22 am
Forum: SMILE
Topic: SMILE Error in EM.learn
Replies: 9
Views: 7135

Re: SMILE Error in EM.learn

Hi Shooltz, Thanks a million for your reply, totally appreciate your help. I've uploaded the model to Dropbox and you can access the file via the following link: https://www.dropbox.com/s/y3slxm2x3hdy88s/FullNet_003.xdsl?dl=0 Update: These are two extra links in case there is anyproblem with the Dro...
by EAly
Tue Dec 01, 2020 12:52 am
Forum: SMILE
Topic: SMILE Error in EM.learn
Replies: 9
Views: 7135

Re: SMILE Error in EM.learn

I really appreciate any help here guys, I'm stuck at this point with deadlines approaching soon!
by EAly
Sun Nov 29, 2020 8:38 am
Forum: SMILE
Topic: SMILE Error in EM.learn
Replies: 9
Views: 7135

SMILE Error in EM.learn

Hello, I have encountered the following error while attempting to learn the parameters of a network using pysmile. SMILEException: SMILE Error Occured in: EM.Learn ErrNo=-42 I've looked up this error in the errors.h file and it turned out to be DSL_OUT_OF_MEMORY so I'm not sure how to handle that? T...
by EAly
Wed Nov 25, 2020 4:31 pm
Forum: SMILE
Topic: Error in SMILE while learning a network with Noisy-MAX node
Replies: 5
Views: 4699

Error in SMILE while learning a network with Noisy-MAX node

Hello, I'm trying to learn the parameters of the attached network form the data in the attached file. The nodes are three chance parent nodes and one Noisy_MAX child node. However when I run the code, I get this error: SMILEException: SMILE Error Occured in: EM.Learn ErrNo=-51 I tried to do the lear...