TNN icon indicating copy to clipboard operation
TNN copied to clipboard

ConcatLayer Error

Open HiiHongFe opened this issue 1 year ago • 0 comments

1. 环境(environment)

  • Build OS and Version: Mac/Ubuntu/Centos/Windows
  • RunTime OS Version: Linux/Android/IOS
  • RunTime DEVICE: ARM/OPENCL/METAL

2. Github版本

  • branch:
  • commit(optional):

3. 编译方式(compile method) CMake完整编译参数(full cmake arguments)

4. 编译日志(build log)

将日志粘贴在这里
Paste log here or pastebin

5. 详细描述bug 情况 (Describe the bug) 在Concat的时候 维度对不上 但是onnx阶段是正常的 6. 运行日志(runtime log)

将日志粘贴在这里
Paste log here or pastebin

7. 截图(Screenshots)

将截图粘贴在这里
Paste screenshorts here or pastebin

image

具体说明一下: 这个Concat是将一个普通conv输出的向量和一个经过上采样的向量进行Concat 但是会发现经过普通卷积输出的coonv的一个维度为为135 经过上采样的是136 这个两个的shape对不上 导致错误 我怀疑是不是conv出现了问题

HiiHongFe avatar Jul 20 '23 03:07 HiiHongFe