If you're dealing with classification problem, then model.predict is supposed to give you logits. outputs = net(images) _, ...
確定! 回上一頁