Hi,
Would it be possible for you to release the model weights of your models, specifically the ones trained on ISIC2018? I tried running the following
Command: OMP_NUM_THREADS=1 python -u train.py --config config/isic-swin-silv2-inpd-multreg-enp.yaml --test --gpu 0
and got the results:
test/accuracy 0.4166666567325592
test/loss 2.399796962738037
test/loss_ce 1.875800609588623
test/loss_ce_w 1.875800609588623
test/loss_cfn_entropy 7.643303871154785
test/loss_cfn_entropy_w -0.0007643306162208319
test/loss_multifilt_reg 2.9619715213775635
test/loss_multifilt_reg_w 0.029619721695780754
test/loss_topo_ce 1.9805625677108765
test/loss_topo_ce_w 0.4951406419277191
test/roc_auc 0.45845258235931396
test/topo_accuracy 0.05886243283748627
test/topo_roc_auc 0.52615886926651
I guess this is just from the pre-trained Swin2 backbone, and that I'd have to re-train your model to get up to the performance in the paper.
Thanks for the great work!
Ludde
Hi,
Would it be possible for you to release the model weights of your models, specifically the ones trained on ISIC2018? I tried running the following
Command: OMP_NUM_THREADS=1 python -u train.py --config config/isic-swin-silv2-inpd-multreg-enp.yaml --test --gpu 0
and got the results:
test/loss_cfn_entropy 7.643303871154785
test/loss_cfn_entropy_w -0.0007643306162208319
test/loss_multifilt_reg 2.9619715213775635
test/loss_multifilt_reg_w 0.029619721695780754
test/loss_topo_ce 1.9805625677108765
test/loss_topo_ce_w 0.4951406419277191
test/roc_auc 0.45845258235931396
test/topo_accuracy 0.05886243283748627
test/topo_roc_auc 0.52615886926651
I guess this is just from the pre-trained Swin2 backbone, and that I'd have to re-train your model to get up to the performance in the paper.
Thanks for the great work!
Ludde