SEAL
SEAL copied to clipboard
About only_predict
Hi, Dr. Zhang. I have a question regarding to the only_predict method. With the command "python Main.py --train-name PB_train.txt --test-name PB_test.txt --hop 1 --only-predict", does the model first build a network based on the PB_train.txt, then predict if the link pairs in PB_test.txt is valid in the PB_train network?
Thanks
Hi! --only-predict requires you have used --save-model to save a trained model to disk. Your other understanding is correct.