-
Beta Was this translation helpful? Give feedback.
Answered by
abc-125
Nov 11, 2023
Replies: 1 comment 1 reply
-
EfficientAD uses the ImageNet dataset (or Imagenette2) during the training to penalize the student for imitating the teacher for out-of-distribution images, so downloading this dataset is an expected behavior.
Can you please provide more details on this? Which version of the library are you using, logs, etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EfficientAD uses the ImageNet dataset (or Imagenette2) during the training to penalize the student for imitating the teacher for out-of-distribution images, so downloading this dataset is an expected behavior.
Can you please provide more details on this? Which version of the library are you using, logs, etc.