yanx27 / Pointnet_Pointnet2_pytorch

PointNet and PointNet++ implemented by pytorch (pure python) and on ModelNet, ShapeNet and S3DIS.
MIT License
3.69k stars 893 forks source link

为什么这里卡住了,没有继续训练 #251

Open OkLetsGoi opened 10 months ago

OkLetsGoi commented 10 months ago

image

NGKAIEN commented 8 months ago

你好,你好像按到了中断(Ctrl+C)

Carina233 commented 6 months ago

请问解决了吗,我也遇到了这个问题QAQ

YOOOOOL commented 6 months ago

请问解决了吗,我也遇到了这个问题QAQ

ctrl c是终止键,复制键ctrl shift c

learndiary commented 6 months ago

我试过4060 mobile 显卡用官网的命令安装的执行训练会卡住,查看没有调用到 gpu。在 Tested with Torch 2.1 and CUDA 11.8, it works! #249 https://github.com/yanx27/Pointnet_Pointnet2_pytorch/issues/249 的提示下 ,用命令conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=11.8 -c pytorch -c nvidia 装了可以正常训练了。不知道是否官网的版本(pytorch==1.6.0 cudatoolkit=10.1)不支持40xx 的 nvidia 显卡?

seakafuka commented 3 months ago

我试过4060 mobile 显卡用官网的命令安装的执行训练会卡住,查看没有调用到 gpu。在 Tested with Torch 2.1 and CUDA 11.8, it works! #249 #249 的提示下 ,用命令conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=11.8 -c pytorch -c nvidia 装了可以正常训练了。不知道是否官网的版本(pytorch==1.6.0 cudatoolkit=10.1)不支持40xx 的 nvidia 显卡?

hero