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 want to use MulticlassTop5Engine(Class) to measure accuracy.
But get some errors:
"input_var = torch.autograd.Variable(self.state['input'])
TypeError: Variable data has to be a tensor, but got list"
But when using MultiLabelMAPEngine(Class), not those errors.
Can you add the code of how to run class MluticlassTop5Engine?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I want to use MulticlassTop5Engine(Class) to measure accuracy.
But get some errors:
"input_var = torch.autograd.Variable(self.state['input'])
TypeError: Variable data has to be a tensor, but got list"
But when using MultiLabelMAPEngine(Class), not those errors.
Can you add the code of how to run class MluticlassTop5Engine?
Thanks!
The text was updated successfully, but these errors were encountered: