KaihuaTang / Long-Tailed-Recognition.pytorch

[NeurIPS 2020] This project provides a strong single-stage baseline for Long-Tailed Classification, Detection, and Instance Segmentation (LVIS). It is also a PyTorch implementation of the NeurIPS 2020 paper 'Long-Tailed Classification by Keeping the Good and Removing the Bad Momentum Causal Effect'.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cifar Validation set

sxontheway opened this issue · comments

Hello. I found in ImbalanceCIFAR.py, the validation set and the test set seem to be the same. Is it better to use a balanced training set (50000 frames) as the validation set instead of using the 10000 frame test set for validation? Thanks!

Thank you for your advice. We noticed the same problem when we were working on Imbalanced CIFAR. However, since this split is adopted by all the previous methods, we have to use the same split for fair comparisons.