-
I have placed all the weghts and model in the same device still this same error so please dont answer me with |
Beta Was this translation helpful? Give feedback.
Answered by
iam-dante
Jan 5, 2024
Replies: 1 comment 2 replies
-
So after experiments don't run the summary code from torchinfo import summary
summary(model=model,
input_size=(1,3,224,224),
col_names=["input_size", "output_size", "num_params", "trainable"],
col_width=20,
row_settings=["var_names"]) The make the model back to cpu. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
iam-dante
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So after experiments don't run the summary code
The make the model back to cpu.