stocks_rnn icon indicating copy to clipboard operation
stocks_rnn copied to clipboard

m.initial_state.eval()

Open hhuhhu opened this issue 7 years ago • 2 comments

state = m.initial_state.eval() AttributeError: 'tuple' object has no attribute 'eval'

when the code runs here, it got the error as above, can't understand what does the author want to do here. m.initial_state returns a tuple

hhuhhu avatar Apr 18 '17 02:04 hhuhhu

I meet the same error as you.Did you solve this problem?

sanyouwu avatar Apr 18 '18 06:04 sanyouwu

long time ago, don't remember it now. think it may be data format error

hhuhhu avatar Apr 18 '18 10:04 hhuhhu