huawei-noah/Pretrained-IPT

How to fine-tune a new dataset?

sjjlr opened this issue · 6 comments

sjjlr commented

There is no train function in your code, so how to fine-tune a new dataset?

I have the same question, could you update the train function? Thanks!

I also faced the same issue. There is no train function to fine-tune a new dataset.

We only release inference code in github. You can try the code in Mindspore, which includes the training code: https://gitee.com/mindspore/mindspore/tree/master/model_zoo/research/cv/IPT

We only release inference code in github. You can try the code in Mindspore, which includes the training code: https://gitee.com/mindspore/mindspore/tree/master/model_zoo/research/cv/IPT

The page is "not found"

@HantingChen The link seems to have expired !
Does the pretrained model translate well into real world dataset?

@HantingChen The link seems to have expired ! Does the pretrained model translate well into real world dataset?

Please refer to https://gitee.com/mindspore/models/tree/master/research/cv/IPT

The pretrained model traslate well into real world dataset if it is well finetuned.