transE(transX)在paddle里该怎么实现?
Created by: AltenLi
目前工作中期望通过paddlepaddle实现transE,目的是实现spo正误判断(Triplets Classification) 论文为:Bordes A., Usunier N., Garcia-Dur´an A. 2013. Translating Embeddings for Modeling Multi-relational Data. In Proceedings of NIPS. pags:2787-2795. 目前使用的是https://github.com/thunlp/Fast-TransX,由于数据集有1.3亿,2.2g,所以期望能通过gpu加速训练。 看他们有tensorflow版本的实现https://github.com/thunlp/OpenKE,貌似是只用了网络中的数组结构及数组操作。 谢谢