tjuskyzhang / Scaled-YOLOv4-TensorRT

Got 100fps on TX2. Got 500fps on GeForce GTX 1660 Ti. If the project is useful to you, please Star it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

def torch_distributed_zero_first(local_rank: int):

tuneshverma opened this issue · comments

I am facing an issue. please help to solve it.
this error is in utils.py in utils

def torch_distributed_zero_first(local_rank: int):
^
SyntaxError: invalid syntax

I am facing am issue. please help to solve it.
this error is in utils.py in utils

def torch_distributed_zero_first(local_rank: int):
^
SyntaxError: invalid syntax

You can try the master branch of the PyTorch_YOLOv4: git clone -b master https://github.com/WongKinYiu/PyTorch_YOLOv4.git

Thanks, its solved!