sumitpai
sumitpai
I will check this issue and keep you updated
Committed under feature/8 branch db8344138ad6704bf0ec610b2ecdfa09838edd56. The model must be benchmarked before merging with develop.
Hi. The doc string is not updated. Sorry for that. It will be updated before merging with master. The implementation of RotatE is not fully complete as we couldn't reproduce...
Currently it is not supported. But this is a good suggestion and we discussed and thought that it would be a good feature to add immediately. This is what we...
If I am correct, you have labelled triples (i.e. positive and negative triples) and you would like to train/evaluate this in a binary classification task (i.e. compute precision, recall, F1,...
We are on it and it will be released soon :)
Hi, Sorry about that. It is a copy-paste issue - while compiling the snippets that were spread across in different files. You can modify the loaders, and you would get...
You can try this using constant initializer, to initialize your new model with old embeddings. you also need to ensure that model dictionary(model.ent_to_idx, model.rel_to_idx) stays the same with the new...
Downgrade the version of tensorflow to 2.12 and it should work.