Tales Lima Fonseca
Tales Lima Fonseca
Hi @xslittlegrass, I have submit the first version with an error. I have put this in the code: `cell = cell_class(hidden_size, num_units=input_size)` But must be this: `cell = cell_class(hidden_size, input_size...
@xslittlegrass Sorry, the correct one is: `cell = cell_class(hidden_size)` I don't know how to solve your problem =/ The problem is in this function: ``` def get_cell_zero_state(self, session, batch_size): return...
@xslittlegrass I'm using tensorflow 0.10.0.
@xslittlegrass well, i don't know if this is releted with the problem, but using my version of tensor flow, I get a warning. `WARNING:tensorflow:: Using a concatenated state is slower...
@DerekQQQ What version of tensorflow are you using?