Commit 55cfb825 authored by Geoffrey Yu's avatar Geoffrey Yu
Browse files

comment out code that stops multimer feature processing

parent ab8f4a5b
......@@ -134,8 +134,8 @@ class FeaturePipeline:
mode: str = "train",
is_multimer: bool = False,
) -> FeatureDict:
if(is_multimer and mode != "predict"):
raise ValueError("Multimer mode is not currently trainable")
# if(is_multimer and mode != "predict"):
# raise ValueError("Multimer mode is not currently trainable")
return np_example_to_features(
np_example=raw_features,
......
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