Replies: 1 comment
-
You might try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I use
loaded_model_0.load_state_dict(MODEL_SAVE_PATH)
It raises this error:
TypeError: Expected state_dict to be dict-like, got <class 'pathlib.PosixPath'>.
Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions