草庐IT

BasicLSTMCell

全部标签

python - Tensorflow - LSTM - 'Tensor' 对象不可迭代

您好,我正在为lstmrnn单元使用以下函数。defLSTM_RNN(_X,_istate,_weights,_biases):#FunctionreturnsatensorflowLSTM(RNN)artificialneuralnetworkfromgivenparameters.#Note,somecodeofthisnotebookisinspiredfromanslightlydifferent#RNNarchitectureusedonanotherdataset:#https://tensorhub.com/aymericdamien/tensorflow-rnn#(NO