We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07d188 commit ebb8706Copy full SHA for ebb8706
sbi/inference/trainers/vfpe/base_vf_inference.py
@@ -351,9 +351,6 @@ def default_calibration_kernel(x):
351
self._neural_net.to(self._device)
352
353
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.
357
validation_times = torch.linspace(
358
self._neural_net.t_min + validation_times_nugget,
359
self._neural_net.t_max - validation_times_nugget,
0 commit comments