CompVis / taming-transformers

Taming Transformers for High-Resolution Image Synthesis
https://arxiv.org/abs/2012.09841
MIT License
5.82k stars 1.15k forks source link

LearningRateMonitor #256

Open Echo-jyt opened 3 months ago

Echo-jyt commented 3 months ago

When I run it: RuntimeWarning: You are using LearningRateMonitor callback with models that have no learning rate schedulers. Please see documentation for configure_optimizers method. Can anyone tell me why this is?