Jihao-Li
Jihao-Li
Thank you for your contribution. In many paper about point cloud, many authors have compared parameters and FLOPs. I find the code of calculating parameters. Do you have the API...
Hello, guys. When I run this command: `python main.py --network_type cnn --dataset cifar --controller_optim momentum --controller_lr_cosine=True --controller_lr_max 0.05 --controller_lr_min 0.0001 --entropy_coeff 0.1` I got a AttributeError:‘DataLoader’ object has no attribute...
Thanks for your detailed explanation! However, I still have some confusion. May you elaborate on these variables: w_atten, v_attn, b_soft_no_learn? And the anchor is corresponding to the node in the...
Thank you for your code. I still have some confusions: 1. Your code is different from DARTS. You first update weight parameters and then update architecture parameters. But DARTS is...