ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

The output of the model has no gradients #112

Open wzjin2017 opened 5 years ago

wzjin2017 commented 5 years ago

Hi! Thank you for building up this pytorch project. I am modifying the project to my own needs, which requires the output of the model has gradients. However, the darknet output's requires_grad is False. Is it possible to have it to be True?