-
Hi, I have noticed that some entities in test.txt/valid.txt are not appear in train.txt, which means these entities' embedding will not update during training, how do you deal with these unseen entiti…
-
I got an email with the following commands / errors.
```python
1)
python main.py model ConvE dataset FB15k-237 process True
Traceback (most recent call last):
File "main.py", line 181, in
…
-
1. paper say use early stop but it seems the code just train 1000 epochs ?
2. paper say force L2 norm for DistMult and CompEx but I didn't see where is it ?
3. I don't think we should see the test r…