FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated

后端 未结 11 1057
眼角桃花
眼角桃花 2020-12-07 13:53

After updating my Numpy and Tensorflow I am getting these kind of warnings. I had already tried these, but nothing works, every suggestion will be

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 14:43

    I fixed this issue by installing/reinstalling ipykernel:

    pip3 install --upgrade ipykernel
    

    If you have different pip of course us that one

提交回复
热议问题