Guanghui Ren(任广辉)
Guanghui Ren(任广辉)
It's ok on torch1.6.0
@lxgyChen do you use `Upsample` layer in yolov5s? `Upsample` layer will be converted to ``` , %224 : Double() = onnx::Constant[value={2}](), scope: CustomizedNet/Upsample[Sampling30] , %225 : Double() = onnx::Constant[value={2}](), scope:...
@lxgyChen As mentioned above, `Upsample` layer will be converted to `onnx:: Constant` and other layers. If you want to use Upsample, you should modify code to merge `onnx:: Constant`, ......
@edgarscr https://github.com/sergiomsilva/alpr-unconstrained/issues/22 ```python im = load_image(image.encode('ascii'), 0, 0) ```
@qiaokang0 主要是想讲一下这些库中一般是如何存储这些数组的,然后便于利于理解ATEN下TH THC这些"古老"的底层库数据结构