dvlab-research/PFENet

Episode setting

Glutaredoxin opened this issue · 1 comments

Hi~ thanks for your works!
Previous works indicates 'the number of episodes' in code. However, when i run this code, the number of episodes looks like len(self.data_list) which depends on train_list or test_list.

This is probably my misunderstanding of the code, could you please explain?

Sorry to bother you~

Thank you for being interested in our work.

There is another variable that determines the total evaluation iters in the code.

Please refer to https://github.com/dvlab-research/PFENet/blob/master/test.py#L184