def val(epoch): # Test the model model.eval() with torch.no_grad(): count = 0 Acc = 0 Precision = 0 Auc = 0 F1 = 0 Recall = 0 for images, ...
確定! 回上一頁