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

A question regarding the assignment of num_head, tau, alpha and gamma

22842219 opened this issue · comments

Hey @KaihuaTang, I am an NLPer. Thanks for your interesting work. I've observed that you got the same cofigs regarding the parameters in class Causal_Norm_Classifier, namely num_head, tau, alpha and gamma, for both CIFAR and ImagNet datasets. How come? Could you also please explain the idea of that kinda assginment? Thanks a lot.