[GitHub] [incubator-tvm] siju-samuel commented on issue #5835: Darknet library support out of date/inconsistent with master?

2020-06-22 Thread GitBox
siju-samuel commented on issue #5835: URL: https://github.com/apache/incubator-tvm/issues/5835#issuecomment-647922698 @alexwong You can use my private branch https://github.com/siju-samuel/tvm/tree/darknet_yolo This can parse the latest darknet networks(including yolov4) with tvm. Since

[GitHub] [incubator-tvm] siju-samuel commented on issue #5835: Darknet library support out of date/inconsistent with master?

2020-06-18 Thread GitBox
siju-samuel commented on issue #5835: URL: https://github.com/apache/incubator-tvm/issues/5835#issuecomment-645889680 @alexwong This error is because the `network` and `layer` datastructure is not same. So the parsing have issues. Im currently updating the whole code based on