mirror of
https://github.com/junliu621/PPLM.git
synced 2026-06-04 14:24:22 +08:00
Update run_pplm-ppi.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user