SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

About only_predict

Open KailiangGu opened this issue 4 years ago • 1 comments

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

KailiangGu avatar Jan 18 '21 08:01 KailiangGu

Hi! --only-predict requires you have used --save-model to save a trained model to disk. Your other understanding is correct.

muhanzhang avatar Jan 18 '21 08:01 muhanzhang