Rajarshi Bhowmik
Rajarshi Bhowmik
Looks like the issue is with the `embedding_ctxt` . I assume it should be a 2D tensor/numpy array, but it is a 4D tensor when it is passed to `search_knn`.
I am facing the same issue. Is it resolved? If yes, please let me know how.
@ines-chami Looks like the `multi_c` option should be on? The following command worked. `python run.py --dataset YAGO3-10 --model AttH --max_epochs 500 --patience 10 --rank 200 --neg_sample_size -1 learning_rate 0.0005 --multi_c`...
I used your command and got this error Traceback (most recent call last): File "run.py", line 191, in train(parser.parse_args()) File "run.py", line 142, in train train_loss = optimizer.epoch(train_examples) File "/common/home/rb897/KGEmb/optimizers/kg_optimizer.py",...