If you’re using TF 2.0 a quick solution would be to downgrade your numpy to 1.16.4. (I used 1.17 and received the same warning messages).
1. pip uninstall numpy
2. pip install numpy==1.16.4
See here (thanks to ymodak)
If you’re using TF 2.0 a quick solution would be to downgrade your numpy to 1.16.4. (I used 1.17 and received the same warning messages).
1. pip uninstall numpy
2. pip install numpy==1.16.4
See here (thanks to ymodak)