Problem about Multi-gpu Training Vqdif
Hello, this paper seems amazing! I encountered an error while executing the following command in VS Code: python -m shapeformer.trainer --opts configs/vqdif/shapenet_res16.yaml --gpu 0 1 2 3 4.
However, I received the following traceback:
Traceback (most recent call last):
File "
This error seems to be related to inter-process communication when using multiple GPUs. The state information is not being properly serialized and transferred between processes. Do you have any insights or suggestions on how to resolve this issue? Thanks!
Hello @yixuanli1230 , I am facing the same issue, did you find a solution to this issue?