How to resolve out of memory error?
Mostrar comentarios más antiguos
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 comentarios
Greg Heath
el 27 de Abr. de 2013
size(x), size(t), No.of hidden nodes, sample code,...?
Minnu
el 29 de Abr. de 2013
Respuesta aceptada
Más respuestas (1)
Jan
el 25 de Abr. de 2013
0 votos
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.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!