Zhiyuan-R / ChatGPT-Powered-Hierarchical-Comparisons-for-Image-Classification

Source Code for Neurips 2023 Publication: <ChatGPT-Powered Hierarchical Comparisons for Image Classification Download PDF>
20 stars 0 forks source link

typo in generate_description_compare() function? #2

Closed ltong1130ztr closed 2 months ago

ltong1130ztr commented 2 months ago

https://github.com/Zhiyuan-R/ChatGPT-Powered-Hierarchical-Comparisons-for-Image-Classification/blob/f2eb809da4479030d6009b8e6c1a64b8d5e1fa5b/generate_tree.py#L263

prompt = generate_prompt_compare(categories_group, string)

Should be:

prompt = generate_prompt_compare(x, string)

as categories_group is a list of categories, not a string

Zhiyuan-R commented 2 months ago

I think you are absolutely right! Sorry for making this typo when cleaning my code base. Please feel free to discuss here if you have issues to get reasonable results.