YuanGongND / cav-mae

Code and Pretrained Models for ICLR 2023 Paper "Contrastive Audio-Visual Masked Autoencoder".
BSD 2-Clause "Simplified" License
214 stars 20 forks source link

Eval data not used in evaluation stage? #28

Open ben2002chou opened 4 months ago

ben2002chou commented 4 months ago

Hi, thank you for this great work, I'm reproducing this code, and I have a small confusion regarding the evaluation stage. Why isn't this "args.data_eval"? I'm wondering why args.data_val is used for the evaluation stage. https://github.com/YuanGongND/cav-mae/blob/68fe8c2a3917dc2926e41f796bfdcb331a64b42c/src/run_cavmae_ft.py#L196C1-L196C108