pytorch-parallel
pytorch-parallel copied to clipboard
AttributeError: 'int' object has no attribute 'allreduce'
trafficstars
when I run 'python distributed.py -m py' as in readme, there was an error: AttributeError: 'int' object has no attribute 'allreduce' So how should I solve this error? Please!