Upload train.yaml
Browse files- VPSBD-ODE/train.yaml +4 -1
VPSBD-ODE/train.yaml
CHANGED
|
@@ -22,7 +22,10 @@ model:
|
|
| 22 |
# lattice vectors
|
| 23 |
- class_path: omg.si.single_stochastic_interpolant_os.SingleStochasticInterpolantOS
|
| 24 |
init_args:
|
| 25 |
-
interpolant:
|
|
|
|
|
|
|
|
|
|
| 26 |
epsilon:
|
| 27 |
class_path: omg.si.epsilon.VanishingEpsilon
|
| 28 |
init_args:
|
|
|
|
| 22 |
# lattice vectors
|
| 23 |
- class_path: omg.si.single_stochastic_interpolant_os.SingleStochasticInterpolantOS
|
| 24 |
init_args:
|
| 25 |
+
interpolant:
|
| 26 |
+
class_path: omg.si.interpolants.ScoreBasedDiffusionModelInterpolantVP
|
| 27 |
+
init_args:
|
| 28 |
+
tau: omg.si.tau.TauConstantSchedule
|
| 29 |
epsilon:
|
| 30 |
class_path: omg.si.epsilon.VanishingEpsilon
|
| 31 |
init_args:
|