logo
Loading...

執行google colab出現錯誤 - Cupoy

使用所附的檔案, 在google colab上執行, 會出現此錯誤~~Why??

colab

執行google colab出現錯誤

2020/04/11 上午 09:55
電腦視覺深度學習討論版
陽明益
觀看數:7
回答數:1
收藏數:0
colab

使用所附的檔案, 在google colab上執行, 會出現此錯誤~~

Why??

回答列表

  • 2020/04/11 下午 01:35
    Jeffrey
    贊同數:0
    不贊同數:0
    留言數:0

    Colab 目前 default 是 tensorflow2.0.

    這個應該是 TF 版本的問題, 可以嘗試下列方式: 

    %tensorflow_version 1.5 #選擇 tensorflow ver1.5

    import tensorflow 

    print(tensorflow.__version__)