Hi,
I am currently trying to create a LSTM model to make stock price predictions.
The problem I am faced with is that it seems we only have 4000MB available, which prevents me from doing a complex enough model. I also struggle to launch simple models (2 layers of 25 to 50 neurons) because the core crashes in the middle of the fit (with only one epoch).
Is there something we can do to avoid both issues?
Thank you in advance for your time,
Julien