laiguoji
laiguoji
hi, i use your original code(it is wrn_28_10_ad=0_aw=0) to train cifar10, and get the best val accuracy is 95.99%, but when i use the attention version(the params are the same...
您好!我想问下您用cifar100来做训练,最终验证集top1的准确率是多少,您的cifar100是resize成224x224再送进网络还是直接32x32送进网络,因为我看到你的image里面MobileNetv2.png的输入是32x32的,但是您的代码却是224x224的,这让我有点疑惑。
There is something that confuses me. There is a value of 915 in line 32 in the calculate_mupots_depth.py, what does it represent, and how is it derived? p2d = torch.from_numpy(p2d).cuda()...