Skip to content

Commit ebb8706

Browse files
remove unecessary notes
1 parent b07d188 commit ebb8706

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sbi/inference/trainers/vfpe/base_vf_inference.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,6 @@ def default_calibration_kernel(x):
351351
self._neural_net.to(self._device)
352352

353353
if isinstance(validation_times, int):
354-
# NOTE: We add a nugget to t_min as t_min is the boundary of the training
355-
# domain and hence can be "unstable" and is not a good choice for
356-
# evaluation. Same for flow matching but with t_max.
357354
validation_times = torch.linspace(
358355
self._neural_net.t_min + validation_times_nugget,
359356
self._neural_net.t_max - validation_times_nugget,

0 commit comments

Comments
 (0)