pretrain
raindrop313 opened this issue · comments
raindrop313 commented
作者你好,你在论文中有这么一句话:
"we follow the protocols of this dataset and retrain or fine-tune the deep learning methods that are not trained on this dataset"
请问下你具体是怎么做的呢?用了什么数据集训练预训练模型?如果能解答将不胜感激
kkkls commented
你好,这句话的意思是我们对比其他方法时是用他们提供的pre-train model测试的,如果该方法没有提供checkpoint,我们会按照他们论文的描述来重新训练,对于我们的方法,我们并没有使用额外的数据集来预训练,希望可以帮到你