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 7a83ccc commit 4f4528fCopy full SHA for 4f4528f
src/fugw/solvers/utils.py
@@ -751,7 +751,6 @@ def get_reg(idx):
751
torch.norm(pi1 - tuple_weights[0]) ** 2
752
+ torch.norm(pi2 - tuple_weights[1]) ** 2
753
)
754
- print(f"fugw iter {idx}, err {err}")
755
if err < tol and idx > numItermin:
756
if verbose:
757
print(f"Reached tol_uot threshold: {err}")
0 commit comments