Geoff
Geoff
> 1. C++ 接口 > > ```c++ > #include "platform.h" > #include > > int main() > { > printf("ncnn version: %s\n", NCNN_VERSION_STRING); > return 0; > } > ```...
@Seanlinx @dtivger Please, why is the gradient calculated like "cls_grad /= len(np.where(cls_keep == 1)[0]) bbox_grad /= len(np.where(bbox_keep == 1)[0])" in backward?
Did you meet "Cannot find argument 'out_grad'" when using train_P_net.py?
测试的是scrfd_500m @yingfeng @nttstar
Ok, I see, thanks.
> https://github.com/Tencent/ncnn/tree/master/tools/keras 建议使用 keras2ncnn 工具直接转换 Transpose 是 onnx 中间商加的胶水op 你好,如果是pytorch的该如何处理的,我pytorch网络最后将nchw使用permute转成nhwc, 转换成onnx,后转成ncnn,相同输入数据,推理发现有几个固定的位置,多次运行值不同,请问如何解决
Hi, @raingo @Russell91 @leconteur Can you give me some advice, please?
@RangiLyu ,显卡使用的是A40,计算的瓶颈是在GPU上,这个是测试过的。所以说在这种显卡上FP16加速就不明显了是吧,请问还有什么有效提升训练速度的方法。
@cdicle why is used the pnet to generate train datas for rnet? Whether can I use the train datas used in pnet to train rnet?