Open tubixiansheng opened 6 months ago
Hello, the inference code and the training code are merged together. That is, after training, it will automatically select the best weights for inference testing. If you want to use the inference part separately, you can refer to the test_one_epoch
function in eggine.py
.
Hi @JCruan519 , looks like the validation dataset is used as test dataset during inference for isic.
@hafsa390 Yes, we divide the training and test sets in a 7:3 ratio. This is consistent across all models.
Hello, I'd like to ask if there are any inference codes available?Looking forward to your response.