thunlp / Fast-TransX

An Efficient implementation of TransE and its extended models for Knowledge Representation Learning
MIT License
402 stars 108 forks source link

how to test the training result? #12

Closed FengliLin closed 7 years ago

FengliLin commented 7 years ago

hello, I'd like to know how to test the training result? Thanks!

zhangyi85 commented 7 years ago

用test程序去跑训练模型

fedorn commented 7 years ago

I am using test programs from https://github.com/thunlp/KB2E. You just have to remove fist lines from *2id.txt files. Unfortunately, it is not as fast as code in this repo. Could authors also provide efficient implementation of test programs?

zhangyi85 commented 7 years ago

would you provide the detail hyper-parameter in the optimal configration in the readme?