hustvl / SparseTrack

Official PyTorch implementation of SparseTrack (the new version of code will come soon)
MIT License
133 stars 12 forks source link

程序段错误 #14

Open HuPengsheet opened 11 months ago

HuPengsheet commented 11 months ago

UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at aten/src/ATen/core/TensorBody.h:417.) return self._grad 0%| | 0/38551 [00:00<?, ?it/s]/home/hp/miniconda3/envs/sprase/lib/python3.9/site-packages/torch/functional.py:445: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:2157.) return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 0%| | 1/38551 [00:00<9:36:51, 1.11it/s]段错误 (核心已转储)

运行CUDA_VISIBLE_DEVICES=0 python3 track.py --num-gpus 1 --config-file dancetrack_sparse_cfg.py,然后就报段错误,能不能把各个环境的版本列出来,搞了几天代码还是没有跑起来,感谢!!

HuPengsheet commented 11 months ago

一开始跑然后就段错误,然后程序还占显存,还得手动kill,不然电脑会卡死。Detectron2和pbcvt实在有点折腾