Closed pigcowherd closed 2 years ago
Here it is said that in order to use a pre-trained KGC model, entities and relationships need to be exported as numpy arrays, and the final files are entities.p and relations.p. But can pickle export .p files directly?
These files are generated by the scripts in the openke_scripts/ folder.
Thanks
Here it is said that in order to use a pre-trained KGC model, entities and relationships need to be exported as numpy arrays, and the final files are entities.p and relations.p. But can pickle export .p files directly?