Closed chuanyang-Zheng closed 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
.
When I run the search.py, it says that the validation set triples is zero. Do you combine the validation set and training set?