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 31f34e7 commit 0858858Copy full SHA for 0858858
src/fugw/solvers/utils.py
@@ -543,7 +543,7 @@ def solver_sinkhorn_stabilized_sparse(
543
544
rho_s, rho_t, eps = uot_params
545
niters, tol, eval_freq = train_params
546
- tau = 1e3 # Threshold for stabilization
+ tau = 1e6 # Threshold for stabilization
547
548
# Set up sparse matrix operations
549
crow_indices = cost.crow_indices()
0 commit comments