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
Previously i was getting same error , i just had used warnings() module . I had used these code after your all imports,
import warnings warnings.filterwarnings('ignore', '.*do not.*',)