NOTEBOOK

Save the output of the command to a file

When running models in tensorflow, it is necessary to save training/inference results. It is more convenient to save the output results to a file, and then customize the name of the file, so that it is particularly convenient in the later viewing process.

How to use:

command > output_name.txt 2>&1