tankwin08 / Bayesian_uncertainty_LSTM

Bayesian, Uncertainty, Neutral Networks, LSTM, time series
33 stars 7 forks source link

ValueError: Layer model_3 expects 1 input(s), but it received 2 input tensors. #1

Open luistelmocosta opened 3 years ago

luistelmocosta commented 3 years ago

Hello, I am trying to run your code from the Bayesian_uncertainty_LSTM repository but I am getting one error in the computing the stochastic dropout. 

It says that the enc function is expecting only one argument and not the second one, related to the dropout rate. Is there anything I can do to fix this? :)

Kind regards image

Metaming commented 3 years ago

Same error encountered. Really appreciate if you could help with this problem. Cheers