BenjamWhite
BenjamWhite
I thought first it might be something with theano and tensorflow as they store data in different order, but changing channel_first to channel_last didn't help.
well, that's a different issue, when TimeDistributed gets defined, there is a `),` missing before `name`. So it assigns the name to the Dense method. Before: ``` model.add(TimeDistributed(Dense(vocab_size, kernel_regularizer=regularizer, bias_regularizer=regularizer,...
where you able to run this?
didn't really work on it anymore (had no time so far), so basically still the same error. how did you get around that error before? What is the diff between...