You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may have been some progress with Windows support, however, it seemed like the command I used main.py --mode train --config-yml configs/s2ef/200k/cgcnn/cgcnn.yml shouldn't require torch.distributed, correct? Is there something basic I'm missing here?
Sterling
The text was updated successfully, but these errors were encountered:
We still rely on torch.distributed for other calls throughout the repo - even if not being used for distributed training. I'd recommend using WSL if working on a Windows machine (looks like you are #207) as we haven't supported Windows at this time.
@anuroopsriram if you have anything else to add to this?
Hi,
Can't seem to train:
Possibly because
torch.distributed
isn't supported on Windows(?).There may have been some progress with Windows support, however, it seemed like the command I used
main.py --mode train --config-yml configs/s2ef/200k/cgcnn/cgcnn.yml
shouldn't requiretorch.distributed
, correct? Is there something basic I'm missing here?Sterling
The text was updated successfully, but these errors were encountered: