You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added dynamic=True (as suggested here for another error) and the code now appears to be working recurrent_layer = tf.keras.layers.RNN(esn_cell, return_sequences=True, name="rnn", dynamic=True)
Hello!
Thanks for posting this code online. Trying to use it, when I run the code of ESN-usage.ipynb I get the following error:
I tried running
tf.executing_eagerly()
and it returns True. And I also tried to use @tf.function abovecall
function, but it still did not work.Should I change the
if self.alpha != self.alpha_store:
condition to something else using tf.cond? Thank you for your help.The text was updated successfully, but these errors were encountered: