Rohit Keshari

Results 15 comments of Rohit Keshari

Hi @hewumars After your suggestion, I have modified and used the following code ``` values = \ torch.sum((activation * grad), dim = 0, keepdim=True).\ sum(dim=2,keepdim=True).sum(dim=3,keepdim=True)[0, :, 0, 0].data ``` The...

Python 2.7.13 pytorch 0.2.0_4 I am writing all the massage which I have received while running `python finetune.py --prune` ``` /home/iab/anaconda2/envs/pytorch/lib/python2.7/site-packages/torchvision-0.1.9-py2.7.egg/torchvision/transforms/transforms.py:155: UserWarning: The use of the transforms.Scale transform is deprecated,...

Thanks @hewumars, in place conv.bias It should have True. It works for me

@tearhupo121031 what is your problem? please post the error message here. Are you using the same database? If you are using a different database then it might be the case...

Any one find any solution for openvino version of Scaled-yolov4?

Thanks for your reply. I have used --reverse_input_channels while converting yolov4-tiny model. yolov3-tiny performance is matches with before and after conversion performance. I have used https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_prepare_model_convert_model_tf_specific_Convert_YOLO_From_Tensorflow.html for the conversion. Regarding...

@siarez, @ncullen93 I do have the same error `File "build/bdist.linux-x86_64/egg/torchsample/transforms/affine_transforms.py", line 322, in __call__ File "build/bdist.linux-x86_64/egg/torchsample/utils.py", line 131, in th_affine2d File "build/bdist.linux-x86_64/egg/torchsample/utils.py", line 174, in th_bilinear_interp2d TypeError: gather received an...

I am also interested to know regarding convNet support

Hi @LHJ1098826475, Since you have already able to run predict.py, can you help regarding the query #99