PFENet icon indicating copy to clipboard operation
PFENet copied to clipboard

Episode setting

Open Glutaredoxin opened this issue 1 year ago • 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~

Glutaredoxin avatar Mar 30 '23 06:03 Glutaredoxin

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

tianzhuotao avatar Sep 27 '23 03:09 tianzhuotao