Vanint / SADE-AgnosticLT

This repository is the official Pytorch implementation of Self-Supervised Aggregation of Diverse Experts for Test-Agnostic Long-Tailed Recognition (NeurIPS 2022).
MIT License
146 stars 20 forks source link

Where to find the Objective function in the code #10

Closed madoka109 closed 2 years ago

madoka109 commented 2 years ago

In 4.3 of the paper, objective function is used to calculate the weight of each expert, I guess it is in test_all.py, but I can't find it. Please tell me the spefic position in the code, thank you!

Vanint commented 2 years ago

Hi test_all.py is a file to test models. Please refer to test_training files.

madoka109 commented 2 years ago

I find it, thanks!