JianhongBai / COLT

Official implementation of "On the Effectiveness of Out-of-Distribution Data in Self-Supervised Long-Tail Learning" (ICLR 2023)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confused about split

junkangwu opened this issue · comments

Hi, Jianhong
Congratulations on the acceptance. May I ask you about meaning of split_D_b, split_D_i and split_S_b and and how they differ from one another? Additionally, does the notation Split:{1:5} denote distinct seeds?

Hi, Junkang
split_D_b refers to a balanced split of the entire dataset and split_D_i refers to an imbalanced (long-tailed) split. split_S_b is also a balanced split, which is used to fine-tune the model for few-shot learning.
Yes, the notation Split:{1:5} denotes different splits.

Thanks for your reply.
Best