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

后端 未结 20 2291
花落未央
花落未央 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:47

    none of the above listed solutions worked for me: i run anaconda with python 3.7.3. What worked for me was

    • run "conda install numpy==1.16.1" from Anaconda powershell

    • close and reopen the notebook

提交回复
热议问题