Less verbosity

Can I reduce the verbosity of train script?

When launched it shows a lot of warnings (Your CPU supports instructions that this TensorFlow binary was not compiled to use:, for example) I’d like to remove for clearness.

It might be done from source code, but I don’t like that idea.

Regards

Most scripts should support --quiet which will set the logging level to WARN and should eliminate most logging messages.