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
Numpy
Tensorflow
This is due to a version conflict between h5py and numpy. All you need to do is degrade your numpy version through command as below:
pip install numpy==1.13.0