Imaginist Lee
Imaginist Lee
I find a strange code fragment of `nanodet/model/fpn/ghost_pan.py` from line 215 to 218. ``` feat_heigh = inner_outs[0] feat_low = inputs[idx - 1] inner_outs[0] = feat_heigh ``` What dose this mean?...
### 先决条件 - [X] 我已经搜索过 [问题](https://github.com/open-compass/opencompass/issues/) 和 [讨论](https://github.com/open-compass/opencompass/discussions) 但未得到预期的帮助。 - [X] 错误在 [最新版本](https://github.com/open-compass/opencompass) 中尚未被修复。 ### 问题类型 我正在使用官方支持的任务/模型/数据集进行评估。 ### 环境 {'CUDA available': True, 'CUDA_HOME': '/usr/local/cuda', 'GCC': 'gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0', 'GPU...