Open Cjkkkk opened 5 years ago
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+ ...
requires replace
async=True
withnon_blocking=True
in fileutils/base.py
sinceasync
is a reserved keyword in python 3.7