deepmodeling / Uni-Mol

Official Repository for the Uni-Mol Series Methods
MIT License
726 stars 127 forks source link

About hyper parameter tuning #204

Closed gihanpanapitiya closed 10 months ago

gihanpanapitiya commented 11 months ago

Did you do hyper-parameter tuning for each of the three random seeds? Or did you hyper-parameter tune using a particular seed and train the model using another three different random seeds to get the test set predictions?

ZhouGengmo commented 10 months ago

We tune hyper-parameters using three particular seeds. And under the same seeds, we obtain test results with the best hyper-parameters on the validation set.

gihanpanapitiya commented 10 months ago

Thank you!