HeBangYan
HeBangYan
很感谢大佬的分享! 您在Recognition文件夹里分享了identification的测试代码,所以想请教一下,如果用在人脸分类任务上,应该怎么修改呢?
I ran this command ` python utils/show_seg.py` and reported the following error: ``` Namespace(class_choice='Chair', dataset='./shapenetcore_partanno_segmentation_benchmark_v0', idx=0, model='./seg/seg_model_Chair_29.pth') {'Chair': 0} {'Airplane': 4, 'Bag': 2, 'Cap': 2, 'Car': 4, 'Chair': 4, 'Earphone':...
You have uploaded the `robust_attack.py` file before. I tried to run it, but the attack success rate is only about 14%. Is there something wrong with my command? This is...
非常感谢大佬的分享!:) 请问,如果要在CIFAR10数据集上训练CVAE的话,encoder和decoder应该做哪些修改呢?