Opened this issue 5 years ago · 1 comments
requires replace async=True with non_blocking=True in file utils/base.py since async is a reserved keyword in python 3.7
async=True
non_blocking=True
utils/base.py
async
just in case if anyone wants to run code with python3.7+ and torch0.4+ ...