pesser / edflow

Reduce boilerplate code for your ML projects. TensorFlow and PyTorch.
https://edflow.readthedocs.io/
MIT License
24 stars 13 forks source link

Make run singleton compatible with python3.6 and below #228

Closed hperrot closed 4 years ago

hperrot commented 4 years ago

subprocess.run or Popen respectively added text kwarg. The kwarg universal_newlines is equivalent to text, but also compatible also with python 3.6 and below.