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.