Nicolas Shan

Results 9 comments of Nicolas Shan

update update the code .

what happpened here ??????????????

(base) [yshan@saturn12 GAN2Shape]$ sh scripts/run_car.sh /data/yshan/anaconda3/lib/python3.9/site-packages/torch/distributed/launch.py:180: FutureWarning: The module torch.distributed.launch is deprecated and will be removed in future. Use torchrun. Note that --use_env is set by default in torchrun. If...

Hi, I got this error, when use you config : EXP=car CONFIG=car GPUS=1 PORT=${PORT:-29577} mkdir -p results/${EXP} CUDA_VISIBLE_DEVICES=0 \ python -m torch.distributed.launch --nproc_per_node=$GPUS --master_port=$PORT \ run.py \ --launcher pytorch \...

(base) [yshan@neptune5 textured-3d-gan]$ pip install kaolin==0.13.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.0.0+cu117_cu117.html Looking in links: https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.0.0+cu117_cu117.html ERROR: Could not find a version that satisfies the requirement kaolin==0.13.0 (from versions: 0.0) ERROR: No matching distribution...

Title: Unable to install Kaolin 0.13.0 on Red Hat 8.6 with Python 3.10.9 Description: I am unable to install Kaolin 0.13.0 on my system, which is running Red Hat 8.6...

while the 2 GPU cards are all available: bash-4.4$ nvidia-smi Sat Sep 16 13:25:43 2023 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 525.105.17 Driver Version: 525.105.17 CUDA Version: 12.0 | |-------------------------------+----------------------+----------------------+ | GPU Name...

While when I use only one GPU card, then it suddenly works !!!! why it can not work on 2 cards ?