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
Traceback (most recent call last):
File "/home/hanbinhu/bluefog/test/../examples/pytorch_benchmark.py", line 138, in <module>
bf.broadcast_optimizer_state(optimizer, root_rank=0)
File "/home/hanbinhu/miniconda3/envs/bluefog/lib/python3.8/site-packages/bluefog/torch/utility.py", line 201, in broadcast_optimizer_state
p = torch.Tensor([p])
TypeError: must be real number, not NoneType
The text was updated successfully, but these errors were encountered:
The following command seems to fail. I use
torch=1.8.0+cu111
.The text was updated successfully, but these errors were encountered: