Open vadimkantorov opened 5 years ago
I managed to run inference with Python3 by just replacing print sth by print(sth)
print sth
print(sth)
I managed to run inference with Python3 by just replacing
print sth
byprint(sth)