From 3debe99595c4e6099fe1d530746fae02a1094c20 Mon Sep 17 00:00:00 2001 From: mhavasi Date: Wed, 18 Dec 2024 14:44:32 +0000 Subject: [PATCH] deploy: 472979cb49b2e1a70f88de1f7fe02fd6dbeebc97 --- .../flow_matching/loss/generalized_loss.html | 30 +- _modules/flow_matching/path/affine.html | 30 +- _modules/flow_matching/path/geodesic.html | 30 +- _modules/flow_matching/path/mixture.html | 30 +- _modules/flow_matching/path/path.html | 30 +- _modules/flow_matching/path/path_sample.html | 30 +- .../path/scheduler/schedule_transform.html | 30 +- .../path/scheduler/scheduler.html | 30 +- .../flow_matching/solver/discrete_solver.html | 30 +- _modules/flow_matching/solver/ode_solver.html | 59 +-- .../solver/riemannian_ode_solver.html | 83 ++-- _modules/flow_matching/solver/solver.html | 30 +- .../utils/manifolds/manifold.html | 30 +- .../flow_matching/utils/manifolds/sphere.html | 30 +- .../flow_matching/utils/manifolds/torus.html | 30 +- .../flow_matching/utils/manifolds/utils.html | 30 +- .../flow_matching/utils/model_wrapper.html | 30 +- _modules/index.html | 30 +- _static/basic.css | 2 +- _static/scripts/pydata-sphinx-theme.js | 2 +- _static/scripts/pydata-sphinx-theme.js.map | 2 +- _static/styles/pydata-sphinx-theme.css | 6 +- _static/styles/pydata-sphinx-theme.css.map | 2 +- _static/webpack-macros.html | 14 +- coverage/class_index.html | 24 +- coverage/function_index.html | 72 ++-- coverage/index.html | 16 +- coverage/status.json | 2 +- coverage/z_0b8785edc5391bdf___init___py.html | 4 +- ...b8785edc5391bdf_schedule_transform_py.html | 4 +- coverage/z_0b8785edc5391bdf_scheduler_py.html | 4 +- coverage/z_17545a66ce17710e___init___py.html | 4 +- ...545a66ce17710e_categorical_sampler_py.html | 4 +- .../z_17545a66ce17710e_model_wrapper_py.html | 4 +- coverage/z_17545a66ce17710e_utils_py.html | 4 +- coverage/z_3103dfbf40f4f071___init___py.html | 4 +- ...z_3103dfbf40f4f071_discrete_solver_py.html | 4 +- .../z_3103dfbf40f4f071_ode_solver_py.html | 265 ++++++------ ...dfbf40f4f071_riemannian_ode_solver_py.html | 393 +++++++++--------- coverage/z_3103dfbf40f4f071_solver_py.html | 4 +- coverage/z_3103dfbf40f4f071_utils_py.html | 4 +- coverage/z_330a05f35ea2454d___init___py.html | 4 +- coverage/z_a504574777c5b981___init___py.html | 4 +- coverage/z_a504574777c5b981_affine_py.html | 4 +- coverage/z_a504574777c5b981_geodesic_py.html | 4 +- coverage/z_a504574777c5b981_mixture_py.html | 4 +- coverage/z_a504574777c5b981_path_py.html | 4 +- .../z_a504574777c5b981_path_sample_py.html | 4 +- coverage/z_f90f1312a8080e2c___init___py.html | 4 +- coverage/z_f90f1312a8080e2c_manifold_py.html | 4 +- coverage/z_f90f1312a8080e2c_sphere_py.html | 4 +- coverage/z_f90f1312a8080e2c_torus_py.html | 4 +- coverage/z_f90f1312a8080e2c_utils_py.html | 4 +- dummy.html | 44 +- flow_matching.loss.html | 44 +- flow_matching.path.html | 44 +- flow_matching.path.scheduler.html | 44 +- flow_matching.solver.html | 44 +- flow_matching.utils.manifolds.html | 44 +- flow_matching.utils.model_wrapper.html | 44 +- ...atching.loss.MixturePathGeneralizedKL.html | 44 +- .../flow_matching.path.AffineProbPath.html | 44 +- .../flow_matching.path.CondOTProbPath.html | 44 +- .../flow_matching.path.GeodesicProbPath.html | 44 +- ...matching.path.MixtureDiscreteProbPath.html | 44 +- generated/flow_matching.path.ProbPath.html | 44 +- ...g.path.path_sample.DiscretePathSample.html | 44 +- ..._matching.path.path_sample.PathSample.html | 44 +- ...tching.path.scheduler.CondOTScheduler.html | 44 +- ...tching.path.scheduler.CosineScheduler.html | 44 +- ...h.scheduler.PolynomialConvexScheduler.html | 44 +- ...th.scheduler.ScheduleTransformedModel.html | 44 +- ...low_matching.path.scheduler.Scheduler.html | 44 +- ...w_matching.path.scheduler.VPScheduler.html | 44 +- ...ing.solver.MixtureDiscreteEulerSolver.html | 44 +- generated/flow_matching.solver.ODESolver.html | 50 ++- ...w_matching.solver.RiemannianODESolver.html | 47 ++- generated/flow_matching.solver.Solver.html | 44 +- ...ow_matching.utils.manifolds.FlatTorus.html | 44 +- ...low_matching.utils.manifolds.Manifold.html | 44 +- .../flow_matching.utils.manifolds.Sphere.html | 44 +- ...low_matching.utils.manifolds.geodesic.html | 44 +- ...hing.utils.model_wrapper.ModelWrapper.html | 44 +- genindex.html | 30 +- index.html | 44 +- installation.html | 44 +- modules.html | 44 +- notebooks.html | 44 +- notebooks/2d_discrete_flow_matching.html | 44 +- ...d_riemannian_flow_matching_flat_torus.html | 44 +- .../2d_riemannian_flow_matching_sphere.html | 44 +- notebooks/standalone_flow_matching.html | 44 +- references.html | 44 +- search.html | 30 +- searchindex.js | 2 +- 95 files changed, 1841 insertions(+), 1460 deletions(-) diff --git a/_modules/flow_matching/loss/generalized_loss.html b/_modules/flow_matching/loss/generalized_loss.html index 3c12368..8fb97a4 100644 --- a/_modules/flow_matching/loss/generalized_loss.html +++ b/_modules/flow_matching/loss/generalized_loss.html @@ -15,8 +15,8 @@ document.documentElement.dataset.mode = localStorage.getItem("mode") || ""; document.documentElement.dataset.theme = localStorage.getItem("theme") || ""; -