Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

错误 #4

Open
ljy-002 opened this issue Feb 25, 2022 · 0 comments
Open

错误 #4

ljy-002 opened this issue Feb 25, 2022 · 0 comments

Comments

@ljy-002
Copy link

ljy-002 commented Feb 25, 2022

CNN-Fusion>python fusion.py
2022-02-25 08:26:23.012709: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2022-02-25 08:26:23.013189: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
ImportError: numpy.core.multiarray_umath failed to import
ImportError: numpy.core.umath failed to import
Traceback (most recent call last):
File "F:\【密】AI-人工智能\CNN-Fusion\fusion.py", line 1, in
from fusion_model import FusionModel
File "F:\【密】AI-人工智能\CNN-Fusion\fusion_model.py", line 11, in
import tensorflow as tf
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow_init
.py", line 37, in
from tensorflow.python.tools import module_util as module_util
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python_init
.py", line 42, in
from tensorflow.python import data
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\data_init_.py", line 21, in
from tensorflow.python.data import experimental
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\data\experimental_init_.py", line 95, in
from tensorflow.python.data.experimental import service
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\data\experimental\service_init_.py", line 387, in
from tensorflow.python.data.experimental.ops.data_service_ops import distribute
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\data\experimental\ops\data_service_ops.py", line 23, in
from tensorflow.python.data.experimental.ops import compression_ops
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\data\experimental\ops\compression_ops.py", line 16, in
from tensorflow.python.data.util import structure
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\data\util\structure.py", line 22, in
from tensorflow.python.data.util import nest
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\data\util\nest.py", line 36, in
from tensorflow.python.framework import sparse_tensor as _sparse_tensor
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\framework\sparse_tensor.py", line 24, in
from tensorflow.python.framework import constant_op
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\framework\constant_op.py", line 25, in
from tensorflow.python.eager import execute
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\eager\execute.py", line 23, in
from tensorflow.python.framework import dtypes
File "D:\PROG\Python\Python-3.9.10\lib\site-packages\tensorflow\python\framework\dtypes.py", line 29, in
_np_bfloat16 = _pywrap_bfloat16.TF_bfloat16_type()
TypeError: Unable to convert function return value to a Python type! The signature was
() -> handle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant