Open jxncyym opened 3 years ago
another problem: RuntimeError: Only tuples, lists and Variables supported as JIT inputs/outputs. Dictionaries and strings are also accepted but their usage is not recommended. But got unsupported type float
Hi,
Have you solved this problem?
Hi, i faced same problem. have you solved this problem?
same issue here, any thoughts?
I have a repo that implement another way of Lite Hrnet (not dependent on mmpose apis) and i can convert model to onnx format. See my repo: https://github.com/viet-hoang-99/Lite_HRnet_vh
how to convert to onnx, I meet the problem, assert target.dim() == 4 and target_weight.dim() == 3 AttributeError: 'NoneType' object has no attribute 'dim'
code: model = build_posenet(cfg.model) load_checkpoint(model, args.checkpoint, map_location='cpu') model = model.eval()
the error can refer: https://github.com/HRNet/Lite-HRNet/issues/23 @ycszen