Commit f8c81df4 authored by Sachin Kadyan's avatar Sachin Kadyan
Browse files

Moved the DataPipeline class (which uses numpy) to a different directory.

parent 822fda7d
......@@ -14,7 +14,6 @@
# limitations under the License.
import argparse
import math
import pickle
import os
......@@ -22,7 +21,8 @@ import os
import random
import sys
from openfold.features import data_pipeline, templates, feature_pipeline
from openfold.features import templates, feature_pipeline
from openfold.features.np import data_pipeline
os.environ["OPENMM_DEFAULT_PLATFORM"] = "OpenCL"
......@@ -30,7 +30,6 @@ import time
import numpy as np
import torch
import torch.nn as nn
from config import model_config
from openfold.model.model import AlphaFold
......@@ -40,7 +39,6 @@ from openfold.utils.import_weights import (
import_jax_weights_,
)
from openfold.utils.tensor_utils import (
tree_map,
tensor_tree_map,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment