You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-11-21 13:58:07.918952: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2024-11-21 13:58:07.947772: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 3187200000 Hz
2024-11-21 13:58:07.948298: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x321d0e20 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2024-11-21 13:58:07.948311: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
Traceback (most recent call last):
File "main.py", line 486, in
model = dpcrn.build_DPCRN_model()
File "main.py", line 291, in build_DPCRN_model
dp_in = DprnnBlock(numUnits = self.numUnits, batch_size = self.batch_size, L = -1,width = 50,channel = 128, causal=True)(dp_in)#self.DPRNN_kernal(dp_in,str(i),last_dp = 0)
File "/home/ns/miniconda3/envs/dpcrn37/lib/python3.7/site-packages/tensorflow_core/python/keras/engine/base_layer.py", line 849, in call
outputs = call_fn(cast_inputs, *args, **kwargs)
File "/home/ns/miniconda3/envs/dpcrn37/lib/python3.7/site-packages/tensorflow_core/python/autograph/impl/api.py", line 237, in wrapper
raise e.ag_error_metadata.to_exception(e)
NotImplementedError: in converted code:
你好,你们的安装环境是什么,我在tf1.15和1.14下面一直报错,失败,按照require的要求来安装也一直识别,有具体详细的环境包版本要求吗
2024-11-21 13:58:07.918952: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2024-11-21 13:58:07.947772: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 3187200000 Hz
2024-11-21 13:58:07.948298: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x321d0e20 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2024-11-21 13:58:07.948311: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
Traceback (most recent call last):
File "main.py", line 486, in
model = dpcrn.build_DPCRN_model()
File "main.py", line 291, in build_DPCRN_model
dp_in = DprnnBlock(numUnits = self.numUnits, batch_size = self.batch_size, L = -1,width = 50,channel = 128, causal=True)(dp_in)#self.DPRNN_kernal(dp_in,str(i),last_dp = 0)
File "/home/ns/miniconda3/envs/dpcrn37/lib/python3.7/site-packages/tensorflow_core/python/keras/engine/base_layer.py", line 849, in call
outputs = call_fn(cast_inputs, *args, **kwargs)
File "/home/ns/miniconda3/envs/dpcrn37/lib/python3.7/site-packages/tensorflow_core/python/autograph/impl/api.py", line 237, in wrapper
raise e.ag_error_metadata.to_exception(e)
NotImplementedError: in converted code:
The text was updated successfully, but these errors were encountered: