vidit09 / domaingen

CLIP the Gap CVPR 2023
62 stars 6 forks source link

warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " #17

Open yuyizhilian opened 6 months ago

yuyizhilian commented 6 months ago

[

r

](url)

Use the same code and datasets, but with the error warnings.warn("Detected call of 'lr_scheduler.step()' before 'optimizer.step()'. " How to solve it

vidit09 commented 5 months ago

you can safely ignore this warning as the optimization steps's lr_schedule is never used.