cdb342 / IJCAI-2022-ZLA

Codes for IJCAI'2022 Paper: Zero-Shot Logit Adjustment
MIT License
19 stars 5 forks source link

To generate result in Table 4 #11

Open Srinivasa-Divakar-Bhat opened 1 week ago

Srinivasa-Divakar-Bhat commented 1 week ago

In order to generate the result in Table 4 without the ZLAP. Can I do that by just commenting out the line number 63 in classifier_ZLAP file?

cdb342 commented 5 days ago

Table 4 involves a comparison of ZLA and resampling strategies. Disabling ZLA can be done by commenting out line 63. To achieve the results in Table 4, it is also necessary to adjust the generation number.

Srinivasa-Divakar-Bhat commented 5 days ago

Can you provide the details regarding the generation numbers used for Table 4 and also details of the vanilla classifier architecture used. Thanks