zhmiao / OpenLongTailRecognition-OLTR

Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)
BSD 3-Clause "New" or "Revised" License
839 stars 128 forks source link

What's the purpose of “train plain” phase #40

Closed jchhuang closed 4 years ago

jchhuang commented 4 years ago

Except the “train”,“val”, there are also “train plain” phase, however what's the purpose of “train plain”? or what's actions are taken during "train plain"

Lilyo commented 4 years ago

In my opinion, the purpose of “train plain” is used to calculate centroids without sampler

zhmiao commented 4 years ago

@jchhuang as @Lilyo said, it used for centroids calculation.