voldemortX / pytorch-auto-drive

PytorchAutoDrive: Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, RESA, LSTR, LaneATT, BézierLaneNet...) based on PyTorch with fast training, visualization, benchmarking & deployment help
BSD 3-Clause "New" or "Revised" License
837 stars 137 forks source link

Evaluation mode config #79

Open solidexu opened 2 years ago

solidexu commented 2 years ago

Hello, Could you please share your config that can record best model during training? it seems the mode is closed due to 'get validation set ' function always return None

voldemortX commented 2 years ago

@solidexu In lane detection, we do not use validation for possible early stopping. Since almost everyone don't use online validation in this field, and in earlier formulation of this framework, we observe that the final model is usually the best.