GeneralJing
GeneralJing
Traceback (most recent call last): File "gen_schema.py", line 77, in pruner.run(0.6) File "/root/anaconda3/envs/slim/lib/python3.8/site-packages/pns-0.1.0-py3.8.egg/pns/pns.py", line 307, in run conv2d.prune( File "/root/anaconda3/envs/slim/lib/python3.8/site-packages/pns-0.1.0-py3.8.egg/pns/pns.py", line 50, in prune self.in_channels_keep_idxes, self.out_channels_keep_idxes = prune_conv2d( File "/root/anaconda3/envs/slim/lib/python3.8/site-packages/pns-0.1.0-py3.8.egg/pns/functional.py",...
能不能给出几个大概的步骤呢?或者有没有好的资料及代码示例呢
使用train中的代码进行蒸馏训练,看日志loss开始会下降一点,后面一致在44.几震荡,感觉不收敛,是设置的不对吗
when i use a different network, how to distiller my own network structure? can you supply some basic steps to do this? and i see the build_distiller function need teacher_cfg...
i want to implement this spconv layer in tensorrt plugin, can you give me some advice?
where can i get the .pth file?
I used this function in my own project, but the effect is a bit wrong. My detection results are small bounding boxes, I don't know if this is the reason....