小编Max*_*san的帖子

无法连接到X服务器GOOGLE COLAB

我正在尝试使用Google COLAB上的Tensorflow对象检测API进行预测。我已经成功完成了训练过程和“ 导出推理图”任务。

但是问题是当我要做出新的预测时,它会抛出一些错误日志。

无法连接到X服务器

现在,我无法做出新的预测。我的错误日志的一部分:

totalMemory: 11.17GiB freeMemory: 6.65GiB
2019-02-07 15:08:38.398219: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0
2019-02-07 15:08:38.745889: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix:
2019-02-07 15:08:38.745955: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990]      0 
2019-02-07 15:08:38.745975: I 
tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0:   N
2019-02-07 15:08:38.746201: W 
tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.cc:42] Overriding allow_growth setting because the TF_FORCE_GPU_ALLOW_GROWTH environment variable is set. Original config value was 0.
2019-02-07 15:08:38.746259: I 
tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 6426 MB memory) …
Run Code Online (Sandbox Code Playgroud)

machine-learning object-detection tensorflow google-colaboratory

3
推荐指数
2
解决办法
2663
查看次数