Closed hecmay closed 3 years ago
I am closing this issue since it should have nothing to do with heterocl. I re-tried the same steps on another server and it worked totally fine.
(test) [sx233@zhang-21 issues]$ python
Python 3.6.10 |Anaconda, Inc.| (default, May 8 2020, 02:54:21)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import heterocl as hcl
>>> import numpy as np
>>> from tensorflow import keras
>>>
Super weird error. If I import
heterocl
and thantensorflow.keras
, I will get an error fromlibhcl.so
. To reproduce the errorIt works fine if we import keras and then heterocl