Hi, I notice you set the batch size to 12 so there is a high chance to have multiple positive samples in one batch. It seems you did not explicitly handle this problem. Instead, these positive samples are treated as negative samples. Is this design intentional? Maybe it will not harm the accuracy?
Hi, I notice you set the batch size to 12 so there is a high chance to have multiple positive samples in one batch. It seems you did not explicitly handle this problem. Instead, these positive samples are treated as negative samples. Is this design intentional? Maybe it will not harm the accuracy?