Hello,

Im having issues with the life execution of the LSTM Model. The think is really odd, because, the algo works perfectly and runs without any issue in for the Backtests. 

The thing is, that whenever I try to deploy it, this error appears. 

2021-11-02 06:27:58 :Runtime Error: ValueError : Tensor Tensor("dense_1/BiasAdd:0", shape=(?, 1), dtype=float32) is not an element of this graph. at _as_graph_element_locked raise ValueError("Tensor %s is not an element of this graph." % obj) File "ops.py" in ops.py: line 3685 : StackTrace: ValueError : Tensor Tensor("dense_1/BiasAdd:0", shape=(?, 1), dtype=float32) is not an element of this graph. at _as_graph_element_locked raise ValueError("Tensor %s is not an element of this graph." % obj) File "ops.py" in ops.py: line 3685

I don't know exactly what may cause this issue, do you have any idea, of what might be going on?