huawei-noah / Pretrained-IPT

Apache License 2.0
424 stars 63 forks source link

How to fine-tune a new dataset? #13

Open sjjlr opened 2 years ago

sjjlr commented 2 years ago

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

liu-ya26 commented 2 years ago

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

rkushol commented 2 years ago

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

HantingChen commented 2 years ago

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

abood002 commented 2 years ago

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"

RamitPahwa commented 11 months ago

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

HantingChen commented 11 months ago

@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.