Skip to content

Inconsistent number of parameters for CliqueNet (k = 150; T = 30) on CIFAR-10 #7

@ZhuMai

Description

@ZhuMai

There is a model, CliqueNet (k = 150; T = 30), in Table 4 in your paper. I have trained it using the command:
python train.py --gpu 0 --dataset cifar-10 --k 150 --T 30 --dir ./checkpoints --if_a True --if_b True --if_c True . However, the total number of parameters is shown as 10.48M but not 10.02M which is written in your paper. It is the only model with the inconsistent number of parameters while your codes show that all the other models have the same number of parameters as what are written in paper.
Would you please check this conflict?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions