ldk-97

Results 5 comments of ldk-97

Thanks for your reply! ------------------ 原始邮件 ------------------ 发件人: "yunlu-chen/PointMixup" ***@***.***>; 发送时间: 2021年8月25日(星期三) 凌晨0:41 ***@***.***>; ***@***.******@***.***>; 主题: Re: [yunlu-chen/PointMixup] failed with error code 128 in None (#12) You can try to skip this pip install....

Hello, I would like to ask where is the detailed implementation code of furthest_point_sample_weights(). Looking forward to your reply!

> Hello, I would like to ask where is the detailed implementation code of furthest_point_sample_weights(). Looking forward to your reply! Is there any non-cuda operations to implement the furthest_point_sample_weights? Thanks.

> 可以参考https://github.com/microsoft/LQ-Nets/blob/master/cifar10-vgg-small.py 谢谢!还想请问一下文章用的LeNet-5-BN的网络格式?我按照原始的LeNet-5加BN层,导出的网络运算量只有215K的乘法和215K的加法,并达不到文章所说的435K的乘法和加法运算量。望解答,谢谢~

> I drew the pictures using python with matplotlib package. The data of feature maps could be generated by using hook functions in pytorch. Many thanks!! I will try the...