dptech-corp / Uni-Fold

An open-source platform for developing protein models beyond AlphaFold.
https://doi.org/10.1101/2022.08.04.502811
Apache License 2.0
380 stars 74 forks source link

how to validate modal during training #83

Closed WeianMao closed 1 year ago

ZiyaoLi commented 1 year ago

Uni-Fold supports online evaluation with the UnifoldDataset created by the task, which uses the eval_*.json configuration files to specify the evaluation metrics.

Notably, for large evaluation sets, we don't recommend online evaluations, because it takes long. Alternatively, evaluate the dumped ckpts with additional resources (different gpus).