senius
senius
https://github.com/umich-vl/pose-ae-train/blob/454d4ba113bbb9775d4dc259ef5e6c07c2ceed54/utils/group.py#L34 Thanks for your code! I made some experiments about the value of ’detection_threshold‘,and found that it had no impact on the final visualized keypoints even if i set it...
https://github.com/dragen1860/DARTS-PyTorch/blob/cfcdd02cea876ce85940aa01ee58664405390fa7/model_search.py#L217 nn.Parameters() will make the alpha and beta registered to model.parameters(), so your optimizer will update the alpha and beta when optimize the weight of operations. So i think the...