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
Hello, I used your model for training in our Trainer, but the prediction is negative
Here is my code. Am I wrong? Or would you have any suggestions?
`images=images.unsqueeze(4)
out=umamba.forward(images)
pred=out[0].squeeze(2)
pred=F.log_softmax(pred,dim=1)
#the predict is negative
`
The text was updated successfully, but these errors were encountered:
Hello, I used your model for training in our Trainer, but the prediction is negative
Here is my code. Am I wrong? Or would you have any suggestions?
`images=images.unsqueeze(4)
out=umamba.forward(images)
`
The text was updated successfully, but these errors were encountered: