问题类型
Bug
你是否在TensorFlow Nightly版本中复现了这个bug?
是的
问题来源
source
TensorFlow版本
2.11.0
自定义代码
是的
OS平台和发行版
22.04
移动设备
- 无响应*
Python版本
3.9
Bazel版本
- 无响应*
GCC/编译器版本
- 无响应*
CUDA/cuDNN版本
nvidia-cudnn-cu11==8.6.0.163, cudatoolkit=11.8.0
GPU型号和内存大小
- 无响应*
当前行为?
由于输入了None值导致的
独立代码重现问题
import tensorflow as tf
import os
import numpy as np
from tensorflow.python.framework import importer
try:
arg_0 = None
arg_1 = "A"
arg_2 = None
arg_3_0 = "A"
arg_3_1 = "B"
arg_3 = [arg_3_0,arg_3_1,]
arg_4 = True
out = importer._PopulateTFImportGraphDefOptions(arg_0,arg_1,arg_2,arg_3,arg_4,)
except Exception as e:
print("Error:"+str(e))
### Relevant log output
```shell
2023-08-13 02:11:56.624855: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
Segmentation fault
3条答案
按热度按时间u7up0aaq1#
@dmc1778 I tried the issue in colab with tf-nightly version and faced the following outcome;
Please find the attached gist and confirm the same with the nightly version. Thank you!
relj7zay2#
我的会话在2.13.0的colab上崩溃了:
xoefb8l83#
@SuryanarayanaY 2.13.0版本存在bug。