From a506a4274e2d97fc58341ad3b9cf8400a42b68d2 Mon Sep 17 00:00:00 2001 From: Augustin Zidek Date: Tue, 7 Jan 2020 11:33:39 +0000 Subject: [PATCH] Fix a wrong docstring. PiperOrigin-RevId: 288467233 --- alphafold_casp13/two_dim_convnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alphafold_casp13/two_dim_convnet.py b/alphafold_casp13/two_dim_convnet.py index 229663b..1914098 100644 --- a/alphafold_casp13/two_dim_convnet.py +++ b/alphafold_casp13/two_dim_convnet.py @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""One dim convnet for angles prediction.""" +"""Two dimensional convolutional neural net layers.""" from absl import logging import tensorflow.compat.v1 as tf