Skip to content

Files

Latest commit

5121021 · Nov 20, 2024

History

History
13 lines (8 loc) · 393 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 393 Bytes

DFQ

setup

You need to download the Imagenet dataset and CNN model ckpt first and then run the folloing command

# using following code to run the code 
python main.py --conf_path ./imagenet_mobilenet_v2.hocon --multi_label_prob 0.4 --multi_label_num 250 --id 01 --qw 4 --qa 4

The complete code including script, hyperparameters will be made public after it is organized.