You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am trying to figure out why neither models print any output. I ran get_prices.py and it created the correct csv file with data. I then ran preprocessing.py and again with no problems. However when I run LSTM_model.py or MLP_model-py it epochs the data and so on and finishes with no error messages, however it doesnt print anything either.
The text was updated successfully, but these errors were encountered:
I now get the following error "Traceback (most recent call last):
File "d:\Tradingsystems\RNN\IntroNeuralNetworks-master\LSTM_model.py", line 37, in
X_predict = np.array(stock).reshape((1, 10)) / 200
ValueError: cannot reshape array of size 268 into shape (1,10)"
Hello!
I am trying to figure out why neither models print any output. I ran get_prices.py and it created the correct csv file with data. I then ran preprocessing.py and again with no problems. However when I run LSTM_model.py or MLP_model-py it epochs the data and so on and finishes with no error messages, however it doesnt print anything either.
The text was updated successfully, but these errors were encountered: