After setting fp_task_min, e.g. =20, the fp data for one iter is less than 20 and training step is skiped. However, after several iters, these fp data are many and want to include them. Is there a setting to do that? #1653
Replies: 3 comments
-
This is not expected. Are you sure In the code, all previous iterations should be included. Lines 394 to 398 in 47a23b3 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Okay I found the related codes: Lines 418 to 422 in 47a23b3 which was added in 37e59f8 @wanghan-iapcm could you clarify this behavior? It's confusing that these data was calculated but not used. By the way, this behavior is out of my expectations. |
Beta Was this translation helpful? Give feedback.
-
As described in title. I have several iterations and each of them have around 10-15 fp data. The accurate is > 99% and fp data is few, so the training step is skipped which is expected. However, after several iterations, there are many of them and want to include them.
I found that in later training step (which is not skipped), these fp data is not included. I tried to maually change the input.json in one training step, but it goes back to normal (without these fp data) in the later iteration training step.
I am wondering whether there is a way to include them in later iterations.
Beta Was this translation helpful? Give feedback.
All reactions