In Efficient_ad, Dose the lr not need to be updated? #2079
Unanswered
rachelYY12
asked this question in
Q&A
Replies: 1 comment
-
It looks like you are using an older version of the anomalib where this was not properly addressed, as the code for EfficientAD should look like this: anomalib/src/anomalib/models/image/efficient_ad/lightning_model.py Lines 217 to 231 in 14ab566 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find lr upgrade after one epoch in pytorch_lightning,but step_size=int(0.95 * num_steps) is larger than max_epochs,Does the lr not need to be updatated?
Beta Was this translation helpful? Give feedback.
All reactions