mariochampion / roboflow

RoboFlow is a semi-automated TensorFlow image classification explorer in a python command line app.
https://mariochampion.github.io/roboflow/
Apache License 2.0
4 stars 0 forks source link

Issue3 popenpipe 2 #31

Closed mariochampion closed 6 years ago

mariochampion commented 6 years ago

resolved!

and sadly it was unclear documentation that tf.logging.info() outputs to stderr not stdout, and thus popen does not work in the usual way, but simple fix, once known. training_results = Popen(cmds,shell=False,stderr=PIPE,bufsize=1,executable="python")