Skip to content

Hyper-parameter #13

@mmnn-00

Description

@mmnn-00

Thanks for your codes. However, I have a question about setting hyper-parameters.
When using CIFAR10, the DQ paper has the following description:

image

According to the above description, I set the hyperparameters as below, although it is different from the sample code written inthe README. Are the following correct? (Changed '-se' from 0 to 10, and removed '--pretrained')
# Dataset bin generation (By default we use a bin number of 10) CUDA_VISIBLE_DEVICES=0 python -u quantize_sample.py \ --fraction 0.1 --dataset CIFAR10 --data_path ~/data_cifar \ --num_exp 10 --workers 10 -se 10 --selection Submodular --model ResNet18 \ -sp ../results/bin_cifar_010 \ --batch 128 --submodular GraphCut --submodular_greedy NaiveGreedy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions