tusen-ai / SST

Code for a series of work in LiDAR perception, including SST (CVPR 22), FSD (NeurIPS 22), FSD++ (TPAMI 23), FSDv2, and CTRL (ICCV 23, oral).
Apache License 2.0
788 stars 100 forks source link

Online monitoring of validation loss #189

Closed ArseniuML closed 4 months ago

ArseniuML commented 6 months ago

As I can understand (correct me if I missed something), train logs contain information only about train split (losses and etc.) It would be great to have an ability to monitor validation loss online (and early stop the training session), is it hard to add this feature?