mit-han-lab / spvnas

[ECCV 2020] Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution
http://spvnas.mit.edu/
MIT License
587 stars 109 forks source link

ssh: Could not resolve hostname localhost:1: Temporary failure in name resolution #30

Closed LuwooChen closed 3 years ago

LuwooChen commented 3 years ago

When I run "torchpack dist-run -np 1 python train.py configs/semantic_kitti/spvcnn/default.yaml" on a ubuntu server, I met this error: "ssh: Could not resolve hostname localhost:1: Temporary failure in name resolution". Additionally, I'm not root user. Does anybody know how to solve that?

zhijian-liu commented 3 years ago

Hi, could you please try torchpack dist-run -np 1 -H 127.0.0.1:1 python train.py configs/semantic_kitti/spvcnn/default.yaml instead?

zhijian-liu commented 3 years ago

I'm closing this issue due to the inactivity. Please feel free to reopen it if the problem is not resolved.