uTensor / utensor_cgen

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/
Apache License 2.0
50 stars 40 forks source link

Python2 broken #12

Closed mbartling closed 6 years ago

mbartling commented 6 years ago

Problem File "/usr/local/lib/python2.7/site-packages/utensor_cgen/_snippets_base.py", line 2, in from abc import ABC

Most likely this needs to be changed to ABCMeta

dboyliao commented 6 years ago

This bug should be fixed with commit de6ef2c. Closing it when it merged into master