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
A question about run_reweight.py.
It seems that, in the current version code you provided on branch "main", the RNN model is never updated. As in function train_to_converge(), a model_copy is copied from the constructed RNN model using deepcopy and trained. But no back copy or assignment is found.
Did I miss anything or did I made any misunderstanding? Looking forward to your rely! Thanks a lot!
The text was updated successfully, but these errors were encountered:
A question about run_reweight.py.
It seems that, in the current version code you provided on branch "main", the RNN model is never updated. As in function train_to_converge(), a model_copy is copied from the constructed RNN model using deepcopy and trained. But no back copy or assignment is found.
Did I miss anything or did I made any misunderstanding? Looking forward to your rely! Thanks a lot!
The text was updated successfully, but these errors were encountered: