Skip to content

Commit

Permalink
Fix a wrong docstring.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 288467233
  • Loading branch information
Augustin-Zidek authored and diegolascasas committed Jan 15, 2020
1 parent b8cf445 commit a506a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphafold_casp13/two_dim_convnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a506a42

Please sign in to comment.