Closed GoogleCodeExporter closed 9 years ago
Thanks for submitting the bug report. I am investigating the issue, but while I
am at it, may I ask if you are using a cache to conserve memory?
The cache configuration is available in the SMO's CacheSize property. If you
are getting Out of Memory exceptions, perhaps you could try reducing the cache
to a more manageable value. If you have 500 instances in your learning set, try
specifying a lower value, such as 200.
Please let me know if this solves the issue.
Regards,
Cesar
Original comment by cesarso...@gmail.com
on 9 Nov 2012 at 3:32
Hi Cesar
I am having the same problem on a core i7 with 8gb ram Accord version 2.8.1
if i use more than 3000 it will couse the crash in the
MulticlassSupportVectorMachine but not in the KernelSupportVectorMachine. if i
limit the cach size to under 2000 it sames to work fine.
it happens on the
this.kernelCache = new KernelFunctionCache(kernel, inputs, cacheSize);
line in the SequentialMinimalOptimization.cs file.
Original comment by dtp26...@gmail.com
on 5 Feb 2013 at 3:52
Hi dtp,
This means the cache is working properly. The cache is used to trade speed for
memory; decreasing the cache size consumes less memory and makes it work.
Original comment by cesarso...@gmail.com
on 5 Feb 2013 at 6:08
Working as intended.
Original comment by cesarso...@gmail.com
on 24 Feb 2013 at 2:52
Original issue reported on code.google.com by
Allegro....@gmail.com
on 8 Nov 2012 at 7:00