cvlab-yonsei / MNAD

An official implementation of "Learning Memory-guided Normality for Anomaly Detection" (CVPR 2020) in PyTorch.
333 stars 82 forks source link

the batchsize of Evaluate.py #53

Open Smallwhite999 opened 1 year ago

Smallwhite999 commented 1 year ago

When I change the test bachize, I will report this error. What is the reason? How to solve it?

when i use the model provided by the author to evaluate it, "ValueError: Found input variables with inconsistent numbles of samples:[1692,491]". Has someone else had the same problem?