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 set the training parameters image resolution to 448, up_scale to 1, and train my own model. I encountered the following problem when using the model I trained for inference. I checked that the input parameters of the network are all consistent in size. I debugged it several times and found no problem. The error content is “forward() missing 1 required positional argument: 'emb'”
The text was updated successfully, but these errors were encountered:
I set the training parameters image resolution to 448, up_scale to 1, and train my own model. I encountered the following problem when using the model I trained for inference. I checked that the input parameters of the network are all consistent in size. I debugged it several times and found no problem. The error content is “forward() missing 1 required positional argument: 'emb'”
The text was updated successfully, but these errors were encountered: