mirror of
https://github.com/google-deepmind/alphafold.git
synced 2026-06-04 14:58:05 +08:00
Remove redundant TF import that was left over
PiperOrigin-RevId: 816130447 Change-Id: I63ca4f0a43c4490fedab6e5a225f5289144e464e
This commit is contained in:
committed by
Copybara-Service
parent
6979980500
commit
87b9b24941
@@ -14,7 +14,7 @@
|
||||
|
||||
"""Code for constructing the model."""
|
||||
|
||||
from typing import Any, Mapping, Optional, Union
|
||||
from typing import Any, Mapping, Optional
|
||||
|
||||
from absl import logging
|
||||
from alphafold.common import confidence
|
||||
@@ -26,7 +26,6 @@ import jax
|
||||
from jax import tree
|
||||
import ml_collections
|
||||
import numpy as np
|
||||
import tensorflow.compat.v1 as tf
|
||||
|
||||
|
||||
def get_confidence_metrics(
|
||||
|
||||
Reference in New Issue
Block a user