File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1149,9 +1149,9 @@ def _update_ddp(self, new_ddp):
11491149 @property
11501150 def validation_metric (self ):
11511151 """
1152- Control the metric used during training .
1152+ Control the metric used for validation .
11531153
1154- Metric for evaluated on the validation set during training.
1154+ Metric to be evaluated on the validation set during training.
11551155 Default is "ldos", meaning that the regular loss on the LDOS will be
11561156 used as a metric.
11571157
@@ -1169,7 +1169,7 @@ def validation_metric(self):
11691169 - "dos_relative": Density of states (MAPE).
11701170
11711171 The units for energy metrics are meV/atom.
1172- Selected metric is evalauted every epoch.
1172+ Selected metric is evalauted after every epoch on the validation set .
11731173 The validation metric is used as a criterion for early stopping and also
11741174 for checkpointing the best model.
11751175 Note that evaluating the energy metrics takes considerably longer than LDOS
You can’t perform that action at this time.
0 commit comments