Closed EiffL closed 3 years ago
Our code base is a fine mess currently in terms of code style ^^'
I suggest we adopt the TensorFlow code conventions for uniformity. Here is a quick link to the documentation and style document for TF: https://www.tensorflow.org/community/contribute/code_style
And we are going to use yapf (https://github.com/google/yapf) with the following options '{based_on_style: pep8, indent_width: 2}'
Our code base is a fine mess currently in terms of code style ^^'
I suggest we adopt the TensorFlow code conventions for uniformity. Here is a quick link to the documentation and style document for TF: https://www.tensorflow.org/community/contribute/code_style