onnx
onnx
hi, Maybe your computer environment doesn't match the author's, because the serial file depends on CUDA、GPU driver、GPU and so on
> Hi @oyrq, > > Do you know how can I rebuild CUDA engine file with my computer? You can't, and you need the source model file (eg. tensor flow...
hi, Maybe your computer environment doesn't match the author's, because the serial file depends on CUDA、GPU driver、GPU and so on
@huaze555 你好,请问你转caffemodel的脚本用的是作者给的么,我用作者给的遇到一个问题,prototxt能够成功生成,但是在生成caffemodel的时候有个报错: Traceback (most recent call last): File "yolov3_darknet2caffe.py", line 533, in darknet2caffe(cfgfile, weightfile, protofile, caffemodel) File "yolov3_darknet2caffe.py", line 19, in darknet2caffe params = net.params File "/home/oyrq/caffe/python/caffe/pycaffe.py", line 69, in...
> I used reparameterization.ipynb to convert the trained yolov9-c model, why does the accuracy drop significantly? Can this kind of conversion maintain the accuracy? Has anyone verified the accuracy after...
> I guess you do not finish the training of all epochs, and convert the temp best weights. > > in this case, you have to modify > > ```...
@peyer Hi,I have the same problem ,Has your problem been solved ? File "/home/iiai/oyrq/pytorch2caffe-master/pytorch2caffe.py", line 192, in add_layer layer['type'] = layer_dict[parent_type] KeyError: 'ThnnConv2DBackward'
> @peyer same issue, have you solve this issue ? torch.backends.cudnn.enabled = False torch.backends.cudnn.benchmark = False if 'ThresholdBackward1' Not found, you can add ( 'ThresholdBackward1' : 'ReLU') to layer_dict
> 应该是单卡训练的config里指定了ddp的port,可以看下是不是这个问题 你好,我邮件申请使用你们release的ViT-L模型权重和配置文件,用来训练coco数据集失败,我看README里面备注的是[config (test)],是不是只能测试,不能训练呢,因为我发现co_dino_5scale_vit_large_lvis.py配置文件貌似不完整,缺少optimizer_config等参数配置,我自己添加optimizer_config之后,又出现这个错误assert 'mix_results' in results