Skip to content

Commit

Permalink
reduce n_trials for example
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniaMaz8 committed Nov 21, 2024
1 parent bf0a65e commit 0e985b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/backends/plot_Sinkhorn_gradients.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# %%
# -*- coding: utf-8 -*-
"""
================================================
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0e985b2

Please sign in to comment.