DonaldRR / SimpleNet

MIT License
402 stars 59 forks source link

not enough values to unpack (expected 3, got 2) for test script #39

Closed hurri2000 closed 8 months ago

hurri2000 commented 9 months ago

i_auroc, p_auroc, pro_auroc = SimpleNet.test(dataloaders["training"], dataloaders["testing"], save_segmentation_images) ValueError: not enough values to unpack (expected 3, got 2)

while in test: only return two values return auroc, full_pixel_auroc

zckdj commented 9 months ago

我也遇到了同样的问题

Abhijeet99999 commented 9 months ago

Getting same Error. How to solved it ?

DonaldRR commented 8 months ago

The evaluation process is included in "train" method.