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 have two models, identical in structure, in which one is meant to be updated periodically from the other. Prior to #854 I did so using TensorCollection::iter_tensors as follows::
I have two models, identical in structure, in which one is meant to be updated periodically from the other. Prior to #854 I did so using
TensorCollection::iter_tensors
as follows::This functionality was removed in #854, and it's not clear to me what functionality replaces it.
How does one update a model now?
The text was updated successfully, but these errors were encountered: