Philcalab

Results 10 comments of Philcalab

maybe,the version of g++ is wrong?

感觉也要是2048个点?

Why my training loss is 3000

> export TORCH_CUDA_ARCH_LIST="7.5" before training May I ask why the version number is 7.5? What determines this?

> if not use, please writer export TORCH_CUDA_ARCH_LIST="7.5" in terminal. The "8.0" usually represents the NVIDIA Ampere architecture, which includes a range of GPU models, such as the NVIDIA A100.You...

> i use rtx3090,i input "export TORCH_CUDA_ARCH_LIST="8.0"can slove this "nvcc fatal : Unsupported gpu architecture 'compute_86'" problem. 请问export TORCH_CUDA_ARCH_LIST="8.0"是放在bashrc文件的最后吗

> 你好,感谢你对这个工作的关注。目前这份代码还没添加多GPU训练的功能。过段时间选定完自己的博士方向,我可能会重新优化这份代码(其实,这份代码很多地方我自己也不是很满意,预估在过年之前会调整完成)。如果,你非常急切想要修改成多GPU训练,其实并不困难,可以遵循以下DDP训练的例子,希望对你有所帮助: > > # ----- DDP训练例子----- > ``` > import torch > import torch.distributed as dist > import torch.multiprocessing as mp > import torch.nn as nn > import torch.optim...

> 感谢你的祝福。这个issue我不关闭了,还有问题的话,就直接在这个issue提问吧。 我按你之前提供的DDP方式对代码进行修改,虽然代码可以跑通,但是打印了以下信息: [W reducer.cpp:283] Warning: Grad strides do not match bucket view strides. This may indicate grad was not created according to the gradient layout contract, or that the...

> 你好,似乎是没有写好DDP的代码。我计划是20号到过年之前会重构PUDM的代码,到时候可能会增加多GPU训练的代码。如果不是特别着急的话,可以等一段时间。 好的,非常感谢,我从您的工作中学到了许多新的知识,也期待您的重构代码。

> 你好,可以在Windows系统上运行这个项目吗,pytorch3d有Windows可以下载的源吗? 我是在ubuntu跑的呢,没试过win