Cannot connect to X server GOOGLE COLAB

后端 未结 3 1667
清歌不尽
清歌不尽 2021-01-02 04:24

I am trying to make a prediction using Tensorflow Object Detection API on Google COLAB. Already I successfully completed the train

3条回答
  •  旧时难觅i
    2021-01-02 04:55

    I could fix this issue by using below python code in Google Colab note

    import os
    os.environ["CUDA_VISIBLE_DEVICES"] = "1"
    

提交回复
热议问题