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

model-s and model-n #23

Closed winwinwenwen77 closed 1 year ago

winwinwenwen77 commented 1 year ago

May I know the differences between model-s and model-n in split_train.py?

teowu commented 1 year ago

Hi, the model_s is the model after exponential moving average of weights (EMA), which is more stable; the model_n is the raw model during training.