deviation-network icon indicating copy to clipboard operation
deviation-network copied to clipboard

Infinite loop when generating the batches

Open markholland920 opened this issue 4 years ago • 1 comments

I noticed that there is an infinite loop in this function batch_generator_sup() and I don't fully understand the logic of generating the batches and injecting the noise. Why not just use the normal dataloader with negative sampling?

markholland920 avatar Jul 22 '21 16:07 markholland920

Hi,

We aim to show that DevNet works well with anomaly-contaminated unlabeled data. DevNet performs better when there is no anomaly contamination. See the paper for more details.

GuansongPang avatar Jul 23 '21 00:07 GuansongPang