Closed KaiserLord closed 1 year ago
soft_rule_regularization.py中load_and_prune函数: with open("*.pl", "rb") as file: rule_miner = pickle.load(file) 一直会因为rule_dwie.txt的数据格式报错,UnpicklingError: invalid load key, '['.
soft_rule_regularization.py中load_and_prune函数: with open("*.pl", "rb") as file: rule_miner = pickle.load(file) 一直会因为rule_dwie.txt的数据格式报错,UnpicklingError: invalid load key, '['.