RUN

Results 2 issues of RUN

Traceback (most recent call last): File "train_cylinder_asym.py", line 167, in main(args) File "train_cylinder_asym.py", line 132, in main outputs = my_model(train_pt_fea_ten, train_vox_ten, train_batch_size) File "/home/autowise/data_ssd/zhangrun/Cylinder3D/conda_envs/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl return forward_call(*input,...

The test case failed because it uses a channel-last input pattern, while the linear_onnx_func() assume that all input data have the batch and channel in their first two dimensions. I've...

category: Core
ExternalPR
category: TEMPLATE
conformance