How to fix 'Object arrays cannot be loaded when allow_pickle=False' for imdb.load_data() function?

后端 未结 20 2212
花落未央
花落未央 2020-12-04 11:28

I\'m trying to implement the binary classification example using the IMDb dataset in Google Colab. I have implemented this model before. But when I tried to

20条回答
  •  春和景丽
    2020-12-04 11:57

    Tensorflow has a fix in tf-nightly version.

    !pip install tf-nightly
    

    The current version is '2.0.0-dev20190511'.

提交回复
热议问题