Update run_pplm-ppi.py

This commit is contained in:
Jun Liu
2025-06-24 15:08:17 +08:00
committed by GitHub
parent ba41b40674
commit a8da016c2e

View File

@@ -89,7 +89,7 @@ def main():
def get_pplm_features(seqA, seqB, device):
mian_path = os.path.dirname(__file__) + "/../"
mian_path = os.path.dirname(__file__)
sys.path.append(os.path.abspath(mian_path))
from pplm import PPLM, Alphabet