OutOfMemory - Infer.Net
-
Freitag, 25. Mai 2012 14:22
Hello I'm back to use infer.net framework.
I have developed a pgm with discrete nodes.
I have tried to infer posterior probabilities with a reduced data set and I had no problems.
Using a larger dataset I had an OutOfMemory exception.
I tried to run the program on a computer more powerful (32 gigabytes ram) but I got the same error.
Do you know if it is a limitation of the library or I simply have to recompile the code on the other machine?
Thanks
Alessandro
Alle Antworten
-
Freitag, 25. Mai 2012 15:19
Hi Alessandro,
There's lots of info about memory saving and scaling in the user guide. But the first thing I'd suggest is to make sure that you're actually taking advantage of the underlying hardware resources. Have you compiled your program for a 64-bit platform? Go to your project Properties -> Build -> Platform target and make sure it's set to x64.
-Yordan
- Als Antwort vorgeschlagen Yordan ZaykovMicrosoft Employee Montag, 28. Mai 2012 08:57
- Als Antwort markiert Alessandro La Torraca Montag, 28. Mai 2012 09:09
-
Montag, 28. Mai 2012 08:17
thank a lot,
i supposed to forget something basic.
regards
Alessandro