From 0e985b27f0b0f6148cf00108fa5c3ec539049871 Mon Sep 17 00:00:00 2001 From: SoniaMazelet <121769948+SoniaMaz8@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:34:28 +0100 Subject: [PATCH] reduce n_trials for example --- examples/backends/plot_Sinkhorn_gradients.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/backends/plot_Sinkhorn_gradients.py b/examples/backends/plot_Sinkhorn_gradients.py index e5e8f1909..229a952b1 100644 --- a/examples/backends/plot_Sinkhorn_gradients.py +++ b/examples/backends/plot_Sinkhorn_gradients.py @@ -1,4 +1,3 @@ -# %% # -*- coding: utf-8 -*- """ ================================================ @@ -27,7 +26,7 @@ # %% parameters -n_trials = 30 +n_trials = 10 times_autodiff = torch.zeros(n_trials) times_envelope = torch.zeros(n_trials) times_last_step = torch.zeros(n_trials)