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
When I reproduced your code, I found that only one CPU was used for training. The training speed was a bit slow. Can your code train with multiple CPUs in parallel? I can't find the corresponding option in your code configuration.
The text was updated successfully, but these errors were encountered:
Thanks for the interest in the paper! The code is not configured for multi-CPU training. Only vectorized environments (from OpenAI baselines) and torchfold (dynamic batching) are currently used for speedup in training.
Hi, Wenlong. Thanks for sharing your code.
When I reproduced your code, I found that only one CPU was used for training. The training speed was a bit slow. Can your code train with multiple CPUs in parallel? I can't find the corresponding option in your code configuration.
The text was updated successfully, but these errors were encountered: