Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different taskonomy n. classes #190

Open
casarinsof opened this issue Sep 12, 2024 · 0 comments
Open

Different taskonomy n. classes #190

casarinsof opened this issue Sep 12, 2024 · 0 comments

Comments

@casarinsof
Copy link

Hi, I am using the code, and I noticed that in the graph creation of TransBench101 both Micro and Macro the number of classes is different from those reported on the original work

See line 44 https://github.com/yawen-d/TransNASBench/blob/training_code_with_config/configs/train_from_scratch/class_scene/config.py, and all the config files, and the original paper https://arxiv.org/pdf/2105.11871 Table 1.

While in this work in naslib>search_spaces>transbench101>graph.py the classes are so defined

    if dataset == "jigsaw":
        self.num_classes = 1000
    elif dataset == "class_object":
        self.num_classes = 100 # why not 75?
    elif dataset == "class_scene":
        self.num_classes = 63 # why not 47??

Is ther a reason for doing so? How does this affect the results?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant