I have encountered an error using the https://colab.research.google.com/g...WhisperWithVAD_mr.ipynb#scrollTo=qGS9GFEnOoB_
I haven't used it for a long time, is there anyone who encounters the same problem?
ValueError Traceback (most recent call last)
/tmp/ipython-input-4-3341769858.py in <cell line: 0>()
15 initial_prompt = "" # @param {type:"string"}
16
---> 17 import tensorflow as tf
18 import torch
19 import whisper
11 frames
/usr/local/lib/python3.11/dist-packages/tensorflow/python/framework/tensor_util.py in <module>
33 # pylint: disable=g-import-not-at-top
34 try:
---> 35 from tensorflow.python.framework import fast_tensor_util
36 _FAST_TENSOR_UTIL_AVAILABLE = True
37 except ImportError:
tensorflow/python/framework/fast_tensor_util.pyx in init tensorflow.python.framework.fast_tensor_util()
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
I haven't used it for a long time, is there anyone who encounters the same problem?
ValueError Traceback (most recent call last)
/tmp/ipython-input-4-3341769858.py in <cell line: 0>()
15 initial_prompt = "" # @param {type:"string"}
16
---> 17 import tensorflow as tf
18 import torch
19 import whisper
11 frames
/usr/local/lib/python3.11/dist-packages/tensorflow/python/framework/tensor_util.py in <module>
33 # pylint: disable=g-import-not-at-top
34 try:
---> 35 from tensorflow.python.framework import fast_tensor_util
36 _FAST_TENSOR_UTIL_AVAILABLE = True
37 except ImportError:
tensorflow/python/framework/fast_tensor_util.pyx in init tensorflow.python.framework.fast_tensor_util()
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject



