dice-group / Convolutional-Complex-Knowledge-Graph-Embeddings

19 stars 2 forks source link

Triple number of Validation Set is zero? #4

Closed chuanyang-Zheng closed 3 years ago

chuanyang-Zheng commented 3 years ago

When I run the search.py, it says that the validation set triples is zero. Do you combine the validation set and training set? 2

Demirrr commented 3 years ago

Hello @chuanyang-Zheng,

we retrained the model on the combination of the training and validation sets, after the best hyperparameter configuration were determined on the training set. As you can see in search.py, train_plus_valid is set True by default. If you wish to use the validation set, please set this parapameter to False.