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
Hi.
I've already trained a seq2seq model following this brilliant article, however I would like to train it more on new data and would seriously love to avoid training the whole thing again instead. I keep getting this InvalidArgumentError: Assign requires shapes of both tensors to match." error whenever I restore the model and try to retrain it using the normal way of training a model. Any ideas on how to go about this?
The text was updated successfully, but these errors were encountered:
Hi.
I've already trained a seq2seq model following this brilliant article, however I would like to train it more on new data and would seriously love to avoid training the whole thing again instead. I keep getting this InvalidArgumentError: Assign requires shapes of both tensors to match." error whenever I restore the model and try to retrain it using the normal way of training a model. Any ideas on how to go about this?
The text was updated successfully, but these errors were encountered: