WuZhe

Results 36 comments of WuZhe

> up导,可不可出一期部署的教程,libtorch,tensorRT, openvino之类的 后期会考虑

> 你好,我搭建了你给的ssd模型,用了我自己的数据集然后出现了 > > area = (boxes[:, 3] - boxes[:, 1]) * (boxes[:, 2] - boxes[:, 0]) IndexError: too many indices for tensor of dimension 1 请问是怎么回事呢 和规划无关的问题请不要在此提问了。其他问题,请单独开个issue。

> 实例分割SOLOv1和SOLOv2有计划吗? 暂时不考虑哈,等先把计划内的做完,后面在扩充。

> 请教一下up主,您公司在生产环境的部署策略是什么样? 我是做自动驾驶的,想请教一下您是否了解图像分类,目标识别,应用到移动端相关生产环境部署策略? 谢谢 移动端部署这块我不太清楚,根据我有限的了解,如果移动端有NVIDIA GPU设备可以考虑转成tensorrt格式部署,如果只有intel的CPU设备可以考虑转成openvino格式部署。

抱歉,不太清楚你说的问题,也没遇到过相关的情况。

first, thanks for your great works. I hope to add Swish activation and NFNets(High-Performance Large-Scale Image Recognition Without Normalization) https://arxiv.org/abs/2102.06171. In addition, I would like to ask when eficientnet can...

@oke-aditya Thank you for your reply. I've seen MobileNetv3 in the torchvision repository. When will EfficientNet, RegNet and NFNet be added?

baidu drive link: 链接: https://pan.baidu.com/s/1Lu6mMAWfm_8GGykttFMpVw 密码: f43o

额,这个不考虑了,自己看吧。。

你把dataloader的shuffle设置成False就行了