On some machines, this message may appear after loading tensorflow:
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
As stated in this Stack Overflow thread, this is a warning that can be safely ignored.
However, as noted in the above SO thread, there might an opportunity to gain up to 300% speedup in certain operations. Just flagging this as a potential area to document / explore.