zhanghaowei01

Results 1 issues of zhanghaowei01

I executed: img = torch.ones((1, 3, 300, 17)) torch.onnx.export(model, img, 'action.onnx', verbose=False, opset_version=12, input_names=['images'], output_names=['output']) Then I got following error: /code/mmskeleton/mmskeleton/ops/st_gcn/gconv_origin.py:57: TracerWarning: Converting a tensor to a Python boolean might...