shrybht
shrybht
Hi, I'm facing the error: `UnimplementedError (see above for traceback): Generic conv implementation only s upports NHWC tensor format for now. [[Node: detector/darknet-53/Conv/Conv2D = Conv2D[T=DT_FLOAT, data_forma t="NCHW", dilations=[1, 1, 1,...
Hi, This implementation was one of the easiest to implement as well as understand. I am curious and would want to implement COCO dataset using the same code. 1. How...
I am facing a Runtime error while running the code. `RuntimeError: The size of tensor a (16) must match the size of tensor b (10) at non-singleton dimension 1`
Hi, May I know what is the data format you had used on the train, test, valid pickle files?
Hi @arunponnusamy I am a beginner and trying to run the code you provided. After running the code, I was expecting to see the output something similar to:  But,...
I am currently working on a project for object detection and your work was helpful as a starting point. May I know if you have any idea/ suggestion as how...