Zhangjinso / PISE

123 stars 28 forks source link

Invalid syntax #11

Closed Abhijithchintu closed 3 years ago

Abhijithchintu commented 3 years ago

In painet_model.py iam getting invalid syntax on async = true .Iam using google colab .

Zhangjinso commented 3 years ago

This may be due to the different versions of Python. In Python 3.7, you may use 'non_blocking = True' instead of 'async=True'.