These messages do not appear on startup in Windows. Is it because I cannot run it through the cloud this way?
You can run your code as is, or at least if you cannot have anything to do with the warnings you specify.
These warnings suggest that you can get better performance from TensorFlow with the machine architecture in which you use it, since it supports a more complex set of commands than the one that was compiled.
Do I need to use gcloud ml-engine for local trains or gbloud ml-engine? send my_job training?
I am not very familiar with the Google cloud (using Amazon at the moment), but I can say that if you need to use the commands above, this has nothing to do with the warnings listed above.
These warnings relate to the processor's instruction set and how it interacts with the GPU, so the performance improvement may or may not be significant (or even exist) depending on your specific application.
If you want to make sure that you are using the full potential of the equipment on which your program is running, you will need to compile TensorFlow on the platform you are working on (check How to compile Tensorflow with SSE4.2 and AVX instructions? ).
source share