XiandaGuo / OpenStereo

OpenStereo: A Comprehensive Benchmark for Stereo Matching and Strong Baseline
423 stars 49 forks source link

Why is the learning rate scheduler in the config file of the model zoo MultiStepLR? #113

Closed yellowYuga closed 4 months ago

yellowYuga commented 4 months ago

Why is the learning rate scheduler in the config file in the model zoo MultiStepLR instead of OneCycleLR as stated in the paper? image

XiandaGuo commented 4 months ago

This table corresponds to the ablation experiments on StereoBase, which has not yet been open-sourced. The configurations in the model zoo are consistent with those in the original paper's settings.