yuchaoli/KSE

running with python 3.7+ torch 0.4+

Opened this issue · 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

just in case if anyone wants to run code with python3.7+ and torch0.4+ ...