Quick Start
After the package installation process, you can run the quickstart code with:
python quickstart.py
And the output will be as following.
15 Jun 21:13 INFO
General Hyper Parameters:
gpu_id = 0
use_gpu = True
seed = 2020
state = INFO
reproducibility = True
......
15 Jun 21:13 INFO Loading model structure and parameters from saved\TaNP-Jun-15-2022_21-13-04.pth
15 Jun 21:13 INFO best valid result: OrderedDict([('precision@5', 0.5323), ('recall@5', 0.5323), ('hit@5', 1.0), ('ndcg@5', 0.5191), ('mrr@5', 0.6981)])
15 Jun 21:13 INFO test result: OrderedDict([('precision@5', 0.5097), ('recall@5', 0.5097), ('hit@5', 1.0), ('ndcg@5', 0.5029), ('mrr@5', 0.6855)])