dvlab-research / PFENet

PFENet: Prior Guided Feature Enrichment Network for Few-shot Segmentation (TPAMI).
322 stars 53 forks source link

关于测试样本数量的问题 #47

Open ily666666 opened 3 years ago

ily666666 commented 3 years ago

6 中提到并给出了训练日志,在训练阶段使用count=2000来进行评估,但是代码中训练阶段是5000,这是否对评估结果有影响?

tianzhuotao commented 3 years ago

This might cause only a little variance as long as the seed is the same, and you can do an experiment by yourself to examine the effect.