sczhou / DAVANet

[CVPR 2019, Oral] DAVANet: Stereo Deblurring with View Aggregation
MIT License
137 stars 25 forks source link

one question about build.py #5

Closed YujieWu-beihang closed 5 years ago

YujieWu-beihang commented 5 years ago

in build.py line124

deblurnet_lr_scheduler = torch.optim.lr_scheduler.MultiStepLR(dispnet_solver,milestones=cfg.TRAIN.DEBLURNET_LR_MILESTONES,gamma=cfg.TRAIN.LEARNING_RATE_DECAY)

why 'dispnet_solver' appears here.... thanks for much

sczhou commented 5 years ago

Thanks for pointing out this bug, the released version had some modifications. Sorry about that. I had fixed it.