VQAssessment / FAST-VQA-and-FasterVQA

[ECCV2022, TPAMI2023] FAST-VQA, and its extended version FasterVQA.
https://www.ecva.net/papers/eccv_2022/papers_ECCV/html/1225_ECCV_2022_paper.php
Other
244 stars 24 forks source link

How to visualise val loss graph? #30

Closed dmumtaz closed 1 year ago

dmumtaz commented 1 year ago

Similar to the training loss, can you please share how to visualize the validation loss V/S epoch graph used for checking the performance and whether the model is overfitting?

teowu commented 1 year ago

For validation, we provide curves for SRCC, PLCC, KRCC, and RMSE computation. They are metrics to know whether the model is overfitting. As validation is only conducted once an epoch, we believe the metrics are enough for monitoring the training and loss curves are not so important. You can also simply copy the related code from "finetune_epoch" to "inference_set" function to monitor them, with wandb apis.