Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
f8c81df4
Commit
f8c81df4
authored
Oct 08, 2021
by
Sachin Kadyan
Browse files
Moved the DataPipeline class (which uses numpy) to a different directory.
parent
822fda7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
openfold/features/np/data_pipeline.py
openfold/features/np/data_pipeline.py
+0
-0
run_pretrained_alphafold.py
run_pretrained_alphafold.py
+2
-4
No files found.
openfold/features/data_pipeline.py
→
openfold/features/
np/
data_pipeline.py
View file @
f8c81df4
File moved
run_pretrained_alphafold.py
View file @
f8c81df4
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
# limitations under the License.
# limitations under the License.
import
argparse
import
argparse
import
math
import
pickle
import
pickle
import
os
import
os
...
@@ -22,7 +21,8 @@ import os
...
@@ -22,7 +21,8 @@ import os
import
random
import
random
import
sys
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"
os
.
environ
[
"OPENMM_DEFAULT_PLATFORM"
]
=
"OpenCL"
...
@@ -30,7 +30,6 @@ import time
...
@@ -30,7 +30,6 @@ import time
import
numpy
as
np
import
numpy
as
np
import
torch
import
torch
import
torch.nn
as
nn
from
config
import
model_config
from
config
import
model_config
from
openfold.model.model
import
AlphaFold
from
openfold.model.model
import
AlphaFold
...
@@ -40,7 +39,6 @@ from openfold.utils.import_weights import (
...
@@ -40,7 +39,6 @@ from openfold.utils.import_weights import (
import_jax_weights_
,
import_jax_weights_
,
)
)
from
openfold.utils.tensor_utils
import
(
from
openfold.utils.tensor_utils
import
(
tree_map
,
tensor_tree_map
,
tensor_tree_map
,
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment