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
242 if reinit_hint_block:
243 print("Ignoring hint block parameters from checkpoint!")
244 for k in list(**state_dict**.keys()):
245 if k.startswith("control_model.input_hint_block"):
246 **state_dict**.pop(k)
state_dict needs to be replaced by new_state_dict (Although, it is still OK without replacement since args.reinit_hint_block is set to False).
The text was updated successfully, but these errors were encountered:
Line 242 ~ 246 in train_tiktok.py,
state_dict needs to be replaced by new_state_dict (Although, it is still OK without replacement since args.reinit_hint_block is set to False).
The text was updated successfully, but these errors were encountered: