We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @Pangoraw, What is y_true ==1 in PadimSVDD? Does 1 mean normal image and 0 means anomalous?
pbar = tqdm(range(n_epochs)) for epoch in pbar: loss_epoch = 0 n_batches = 0 for imgs, y_true in train_dataloader: imgs = imgs.to(self.device) y_true = y_true.to(self.device) imgs = imgs[y_true == 1] optimizer.zero_grad()
Thanks
The text was updated successfully, but these errors were encountered:
i am not sure if padimsvdd.pretrain() does something actually. I don't recall exactly what it meant to do
padimsvdd.pretrain()
Sorry, something went wrong.
Okay.
No branches or pull requests
Hi @Pangoraw,
What is y_true ==1 in PadimSVDD? Does 1 mean normal image and 0 means anomalous?
Thanks
The text was updated successfully, but these errors were encountered: