How to resolve out of memory error?
Show older comments
I've a problem that occurs when I train the neural network using the code
net = train(net,x,t);
I have got the error "Out of memory. Type HELP MEMORY for your options." Do anybody have idea how to solve this kind of problems?
Thanks
2 Comments
Greg Heath
on 27 Apr 2013
size(x), size(t), No.of hidden nodes, sample code,...?
Minnu
on 29 Apr 2013
Accepted Answer
More Answers (1)
Jan
on 25 Apr 2013
0 votes
As you will find as answer for dozens or euiqvalent questions in this forum, when you search for them:
- Install more RAM
- Close other applications
- Install even more RAM
- clear variables, which are not used anymore
- Use a 64 bit version of OS and Matlab, such that it is useful to:
- Install much more RAM
- Increase the virtual memory, when it does not matter if the program need 100 times longer.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!