chenjun2hao / DDRNet.pytorch

This is the unofficial code of Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes. which achieve state-of-the-art trade-off between accuracy and speed on cityscapes and camvid, without using inference acceleration and extra data
Other
157 stars 42 forks source link

Can i choose any other optimizers? #17

Open MrCrazyCrab opened 2 years ago

MrCrazyCrab commented 2 years ago

why only Support SGD optimizer, why not adam, is there any Evidence-based for the chose of optimizer?