xuanzhangyang
xuanzhangyang
ONNX export failure: ONNX export failed: Couldn't export Python operator MishCudaFunction
tools/dist_train.sh脚本中加上pdb: `python -m pdb -m torch.distributed.launch ...` 然后运行: `./tools/dist_train.sh ./projects/configs/bevformer/bevformer_base.py 1` 加断点并运行: ``` (Pdb) b ./tools/train.py:145 Breakpoint 1 at /home/xuan/code/pytorch/BEVFormer/tools/train.py:145 (Pdb) r ``` 无法停在断点处,而是直接就训练了,请问这个怎么单步调式?
Hi, If i have a real broken image, how to test on your model? That means I don’t have the mask as input.
### System Info ... ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [...