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 am able to obtain the network weights using m.model.state_dict() from your project. However, I am unsure about how to calculate the model's predictions. Could you please guide me on how the network performs inference using these parameters? Specifically, I would like to understand how matrix operations are used to compute the final prediction.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I am able to obtain the network weights using m.model.state_dict() from your project. However, I am unsure about how to calculate the model's predictions. Could you please guide me on how the network performs inference using these parameters? Specifically, I would like to understand how matrix operations are used to compute the final prediction.
Thank you!
The text was updated successfully, but these errors were encountered: