1. 芯片型号:J5
4. 问题具体描述:模型compile阶段加入argmax,提示
File "/usr/local/lib/python3.8/dist-packages/hbdk/torch_script/parser.py", line 112, in _visit_node
ret = getattr(aten, func_name)(self, annotated_name, node,
File "/usr/local/lib/python3.8/dist-packages/hbdk/torch_script/aten_registry.py", line 205, in aten_argmax
ret = _max_like(builder, annotated_name, node, input, dim, keep_dim,
File "/usr/local/lib/python3.8/dist-packages/hbdk/torch_script/aten_registry.py", line 111, in _max_like
assert keep_dim == True, "only supports 4d tensor. reducing dim is not allowed"
AssertionError: only supports 4d tensor. reducing dim is not allowed

